I had a similar problem with using the JQuery draggable component.
order of js imports was important to making the component work

details here:  
http://www.mrvoip.com.au/blog/tapestry-jqueryui-draggable-custom-pages-order-imports-important

hope it's relevant to this topic :)

On 13/08/2012, at 11:19 AM, Ray Nicholus wrote:

> ... I realize that doesn't answer your question though.  Have a look at
> http://tapestry.1045711.n5.nabble.com/Inheritance-and-the-order-of-loaded-JS-td5714430.html
> On Aug 12, 2012 8:12 PM, "Ray Nicholus" <rnicho...@widen.com> 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.
>> On Aug 12, 2012 7:51 PM, "Angelo C." <angelochen...@gmail.com> wrote:
>> 
>>> Hi,
>>> 
>>> I have this order of loading:
>>> 
>>> @Import(library = {"context:/js/jquery-1.7.1.js"})
>>> public class Layout { }
>>> 
>>> @Import(library = {"context:/js/page_view.js"})
>>> public class page_view { }
>>> 
>>> 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?
>>> 
>>> 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.com.
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>>> 

Reply via email to