I've ported my app (t5.1) to use jquery using Got jquery
(http://github.com/got5/tapestry5-jquery/issues)
which works very good. 

However, in the past (when using the regular prototype stack) I supplied my
own ClientInfrastructure (using decorateClientInfrastructure) to strip the
small javascripts which get autoloaded when certain components load. (I know
tapestry packs the javascripts together for the client, but when different
pages use different components, the aggregated packed js is different per
page, so the client has to download the entire package again). Since as the
designer I know best what js to include when, I want to have total control
over it. 

This worked until I started using got jquery, which implements
contributeContribuableClientInfrastructure. 
 I believe this interferes with my decorateClientInfrastructure which used
to strip the javascripts. 

So a long intro to the question: 
how can I strip autoloaded js-files when using got jquery? 

Thanks, 
Geert-Jan
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/how-to-disable-autoloading-of-additional-javascripts-when-using-got-jquery-tp3240347p3240347.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to