Re: loading order of javascripts

2012-08-13 Thread Chris Mylonas
t;>> page_view extends from Layout template, in the final page html source, >>> page_view.js is always ahead of jquery-1.7.1.js, is there a way to >>> re-order >>> this? >>> >>>

Re: loading order of javascripts

2012-08-13 Thread Emmanuel DEMEY
You are right. Tapestry5-jQuery have rewritten all the JavaScript Stack in jQuery. But you can still use the default Prototype implementation, byt setting the JQueryConstants.SUPPRESS_PROTOTYPE to false in your appModule. In this case all the noConflict stuff will be managed automatically. 2012/8/

Re: loading order of javascripts

2012-08-13 Thread Thiago H de Paula Figueiredo
On Mon, 13 Aug 2012 10:28:12 -0300, Ray Nicholus wrote: Tapestry-jquery has rewritten all of Tapestry's js in jquery. That's quite a bit more then simply adding jquery to your app as a JavascriptStack. Ah, thanks for the info. :) I've never used tapestry-jquery, which is unfortunate,

Re: loading order of javascripts

2012-08-13 Thread Ray Nicholus
Tapestry-jquery has rewritten all of Tapestry's js in jquery. That's quite a bit more then simply adding jquery to your app as a JavascriptStack. My personal preference is to use Tapestry's existing (Prototype) js (since it has withstood the test of time and is widely used), use jQuery in no-conf

Re: loading order of javascripts

2012-08-13 Thread Thiago H de Paula Figueiredo
On Sun, 12 Aug 2012 22:12:52 -0300, Ray Nicholus wrote: Jquery should really be part of a JavascriptStack. in fact, it should probably be its own stack. You can add any jquery plugins and stylesheets to this stack as well. Hasn't tapestry-jquery done this already? -- Thiago H. de Paula

Re: loading order of javascripts

2012-08-12 Thread Ray Nicholus
-1.7.1.js, is there a way to >> re-order >> this? >> >> Thanks, >> >> Angelo >> >> >> >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/loading-order-of-javascripts-tp5715313.html >> Sen

Re: loading order of javascripts

2012-08-12 Thread Ray Nicholus
of jquery-1.7.1.js, is there a way to re-order > this? > > Thanks, > > Angelo > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/loading-order-of-javascripts-tp5715313.html > Sent from the Tapestry - User mailing list archive at Nabble.c

loading order of javascripts

2012-08-12 Thread Angelo C.
ways ahead of jquery-1.7.1.js, is there a way to re-order this? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/loading-order-of-javascripts-tp5715313.html Sent from the Tapestry - User mailing list a