I'm also experiencing javascript problems. I tried to migrate the demo we wrote for the article to 5.0.12-SNAPSHOT. The update of zones is not working anymore. The following code works with 5.0.11 but not with recent snapshots:
http://code.google.com/p/tapestry4nonbelievers/source/browse/trunk/app/src/main/java/t5demo/pages/Start.java http://code.google.com/p/tapestry4nonbelievers/source/browse/trunk/app/src/main/webapp/Start.tml The On Wed, Jun 4, 2008 at 1:51 PM, Kevin Menard <[EMAIL PROTECTED]> wrote: > I just bumped versions and I had an app that broke with the movement of the > javascript libraries to the bottom of the page. I haven't had time to take > a look in depth at what's involved to fix it, but will try to do so by the > end of the week. > > The code in question was jQuery init code. I have to call noConflict so in > order not to clash with Prototype. I think onLoad() binds too late if a > document.ready is called. I'll look more and report back. > > -- > Kevin > > > On Jun 3, 2008, at 5:00 PM, Howard Lewis Ship wrote: > > I've created and uploaded a release of Tapestry 5.0.12, ready to be voted >> upon. >> >> The files are uploaded to: >> >> http://people.apache.org/~hlship/tapestry-releases/<http://people.apache.org/%7Ehlship/tapestry-releases/> >> >> and a Maven repository: >> >> http://people.apache.org/~hlship/tapestry-ibiblio-rsynch-repository/<http://people.apache.org/%7Ehlship/tapestry-ibiblio-rsynch-repository/> >> >> Please examine these files to determine if a new preview release, >> 5.0.12, is ready. >> >> I've also created a 5.0.12 tag in Subversion: >> >> http://svn.apache.org/viewvc/tapestry/tapestry5/tags/releases/5.0.12/ >> >> On a successful vote, I'll move the files from these directories to >> the proper distribution directories. >> >> Vote will run for three days; on success I'll move the voted artifacts >> into place and send out appropriate notifications. >> >> -- >> Howard M. Lewis Ship >> >> Creator Apache Tapestry and Apache HiveMind >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Best regards, Igor Drobiazko
