Re: Mount CSS resources in jar module

2013-05-03 Thread Bas Gooren
Hi, We've written a (wicket 1.5) class for this: ClassResourcesMapper. It allows you to map all resources under a class (the scope) at a fixed url. I've put it on pastebin: http://pastebin.com/0vGHCRMs Met vriendelijke groet, Kind regards, Bas Gooren Op 3-5-2013 9:02, schreef Herman Suijs:

Re: Mount CSS resources in jar module

2013-05-03 Thread Martin Grigorov
Hi, On Fri, May 3, 2013 at 9:02 AM, Herman Suijs wrote: > Hi all, > > I'm working on multiple portals which use a common-wicket jar containing > HTML, styling and some common components. I'm using Wicket 1.5. > > What I'm trying to do is to render the css in the AbstractPage in this jar > modul

Mount CSS resources in jar module

2013-05-03 Thread Herman Suijs
Hi all, I'm working on multiple portals which use a common-wicket jar containing HTML, styling and some common components. I'm using Wicket 1.5. What I'm trying to do is to render the css in the AbstractPage in this jar module as /css/screen.css. Because I don't have an Application class in comm