I looked at the documentation for contributeMarkupRenderer, and I'm not even sure what this is, much less what I need to do to simply add a js library to each page. Are there any useful examples that explain how to add a js library to a page in this manner?
On Wed, May 4, 2011 at 8:44 AM, Taha Hafeez <tawus.tapes...@gmail.com>wrote: > You can add it to your layout as > > @Import(library = "yourlibraryname.js") > public class Layout { > } > > or > > You can also add it by contributing to MarkupRendererFilter > > regards > Taha > > > On Wed, May 4, 2011 at 7:08 PM, Ray Nicholus <rnicho...@widen.com> wrote: > > > Any idea how I can easily do this? Ideally, I'd like to only make this > > happen if a specific JVM arg is present. > > >