I'm using SiteMesh3 in my project but I don't know how to solve this problems: For performance issues, I want to put my specific JavaScripts at the end of my pages (http://developer.yahoo.com/performance/rules.html#js_bottom) and the generic ones, such JQuery import, at the end of my decorator.
The problem is that when I inject my specific JS into decorator, JQuery wasn't imported yet and the page doesn't work.
I've tried to put my content into , but SiteMesh doesn't recognize it, just .
Is there a way to solve this without import JQuery into each page an keeping it at the end of my decorator?
Thanks a lot for the attention.