Thanks Thiago, I managed to get sorted this out already and you're right on the money. It was the move of the JS includes and incompatibility with the newer version of prototype of one of our 3rd party JS modules. Luckily the inline JS we needed before (couldn't use rendersupport, it needed to be defined before the JS import) is no longer needed with the latest version of the 3rd party module.
> -----Original Message----- > From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] > Sent: 03 April 2009 13:18 > To: Tapestry users > Subject: Re: T5.1.0.2 problem with TestableRequestImpl > > > although most of our javascript seems to be broken (I'll be looking > into this issue next) > > I had a similar issue and it was caused by Tapestry now including > Javascript in the top (<head> tag) instead of the end of the <body> > tag. My Javascript code was referencing some tags by id, but they > weren't declared yet (Javascript before page body). I solved this by > RenderSupport to include this code. Maybe we could have an option to > @IncludeJavascriptLibary to include the script in the bottom. > > -- > Thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org