...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: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to