InitializationPriority.IMMEDIATE does not execute inside a Tapestry.onDomReady() callback ... that's probably what you're looking for.
On Fri, Mar 16, 2012 at 8:19 AM, Christian Riedel <cr.ml...@googlemail.com> wrote: > ...maybe not the 100% sure thing but you could add a last init script like > this: > > javaScriptSupport.addInitializerCall(InitializationPriority.LATE, "lastInit", > parameters); > > Wouldn't be after the init() but at least after all the other inits... > Cheers > Christian > > > > Am 16.03.2012 um 10:34 schrieb Paul Stanton: > >> What is the best way to execute some javascript as soon as tapestry is >> finished all of its Tapestry.init() calls on initial page render? >> >> Note, browsers that don't support DOMContentLoaded (ie6,7,8...) can fire any >> window.load listener before Tapestry.onDOMLoaded. >> >> --------------------------------------------------------------------- >> 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 > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org