You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Norbert Sándor <de...@erinors.com> on 2006/11/21 22:21:07 UTC

latest head problem

With the latest head javascripts stopped working correctly in my apps... :(
The strange thing is I don't get error message on the javascript console 
when the page is loaded, but javascript-related parts of the page are 
not "initialized".
If I try to use js-related components, I get:
- tapestry.form has no properties
- dojo.widget.byId("helpDialog") has no properties
- etc., similar errors

I must sleep now a little bit :) I will look at the problem tomorrow if 
noone checks it ;)

Regards:
Norbi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: latest head problem

Posted by Norbert Sándor <de...@erinors.com>.
I found this: I have a Dialog component on the page. The error described 
below is reproducible if the body of the Dialog is an <iframe /> element.
When I replaced the <iframe /> with static text, the entire page started 
working properly.

I have another problem with the Dialog: when it is displayed (with only 
some static text like "asdasdasdasdsad" as content), the dialog is 
hidden if I click on an empty area. This is unexpected behaviour.

Regards,
Norbi

Jesse Kuhnert írta:
> Hmmm... I'm probably going to need more information in order to be 
> helpful.
>
> Things like what does your generated html script include output look
> like as well as exactly what sort of errors you are seeing.
>
> On 11/22/06, Norbert Sándor <de...@erinors.com> wrote:
>> Ehh, it's too late again :\
>> Sorry, but it's still not working, the problem seems to be the same.
>> Yes, it's running on windows, on a tomcat 5.0.28. The client is IE6 / 
>> FF1.5.
>>
>> It seems that I'm a very early adopter of the new 4.1.1 :D
>>
>> Norbi
>>
>> Jesse Kuhnert írta:
>> > Yep, sorry about that Norbert. I'm assuming you are running your
>> > tapestry instance on a windows box? That's the only place I could get
>> > it to blow up . It's re-deploying now. (hopefully you aren't a morning
>> > person)
>> >
>> > On 11/21/06, Norbert Sándor <de...@erinors.com> wrote:
>> >> With the latest head javascripts stopped working correctly in my
>> >> apps... :(
>> >> The strange thing is I don't get error message on the javascript 
>> console
>> >> when the page is loaded, but javascript-related parts of the page are
>> >> not "initialized".
>> >> If I try to use js-related components, I get:
>> >> - tapestry.form has no properties
>> >> - dojo.widget.byId("helpDialog") has no properties
>> >> - etc., similar errors
>> >>
>> >> I must sleep now a little bit :) I will look at the problem 
>> tomorrow if
>> >> noone checks it ;)
>> >>
>> >> Regards:
>> >> Norbi
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: dev-help@tapestry.apache.org
>> >>
>> >>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: latest head problem

Posted by Jesse Kuhnert <jk...@gmail.com>.
Hmmm... I'm probably going to need more information in order to be helpful.

Things like what does your generated html script include output look
like as well as exactly what sort of errors you are seeing.

On 11/22/06, Norbert Sándor <de...@erinors.com> wrote:
> Ehh, it's too late again :\
> Sorry, but it's still not working, the problem seems to be the same.
> Yes, it's running on windows, on a tomcat 5.0.28. The client is IE6 / FF1.5.
>
> It seems that I'm a very early adopter of the new 4.1.1 :D
>
> Norbi
>
> Jesse Kuhnert írta:
> > Yep, sorry about that Norbert. I'm assuming you are running your
> > tapestry instance on a windows box? That's the only place I could get
> > it to blow up . It's re-deploying now. (hopefully you aren't a morning
> > person)
> >
> > On 11/21/06, Norbert Sándor <de...@erinors.com> wrote:
> >> With the latest head javascripts stopped working correctly in my
> >> apps... :(
> >> The strange thing is I don't get error message on the javascript console
> >> when the page is loaded, but javascript-related parts of the page are
> >> not "initialized".
> >> If I try to use js-related components, I get:
> >> - tapestry.form has no properties
> >> - dojo.widget.byId("helpDialog") has no properties
> >> - etc., similar errors
> >>
> >> I must sleep now a little bit :) I will look at the problem tomorrow if
> >> noone checks it ;)
> >>
> >> Regards:
> >> Norbi
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: dev-help@tapestry.apache.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: latest head problem

Posted by Norbert Sándor <de...@erinors.com>.
Ehh, it's too late again :\
Sorry, but it's still not working, the problem seems to be the same.
Yes, it's running on windows, on a tomcat 5.0.28. The client is IE6 / FF1.5.

It seems that I'm a very early adopter of the new 4.1.1 :D

Norbi

Jesse Kuhnert írta:
> Yep, sorry about that Norbert. I'm assuming you are running your
> tapestry instance on a windows box? That's the only place I could get
> it to blow up . It's re-deploying now. (hopefully you aren't a morning
> person)
>
> On 11/21/06, Norbert Sándor <de...@erinors.com> wrote:
>> With the latest head javascripts stopped working correctly in my 
>> apps... :(
>> The strange thing is I don't get error message on the javascript console
>> when the page is loaded, but javascript-related parts of the page are
>> not "initialized".
>> If I try to use js-related components, I get:
>> - tapestry.form has no properties
>> - dojo.widget.byId("helpDialog") has no properties
>> - etc., similar errors
>>
>> I must sleep now a little bit :) I will look at the problem tomorrow if
>> noone checks it ;)
>>
>> Regards:
>> Norbi
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: latest head problem

Posted by Jesse Kuhnert <jk...@gmail.com>.
Yep, sorry about that Norbert. I'm assuming you are running your
tapestry instance on a windows box? That's the only place I could get
it to blow up . It's re-deploying now. (hopefully you aren't a morning
person)

On 11/21/06, Norbert Sándor <de...@erinors.com> wrote:
> With the latest head javascripts stopped working correctly in my apps... :(
> The strange thing is I don't get error message on the javascript console
> when the page is loaded, but javascript-related parts of the page are
> not "initialized".
> If I try to use js-related components, I get:
> - tapestry.form has no properties
> - dojo.widget.byId("helpDialog") has no properties
> - etc., similar errors
>
> I must sleep now a little bit :) I will look at the problem tomorrow if
> noone checks it ;)
>
> Regards:
> Norbi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org