Wicket Branding with setStyle - question about static images in src/webapp/*

2010-04-18 Thread Martin Makundi
Hi! I am trying to brand my app with session.setStyle. My question is about static images in src/webapp/* I have been using them like Do I have to switch them into and attach a corresponding Image component? Seems like a lot of work and it will not work properly with images referred in css f

Re: Wicket Branding with setStyle - question about static images in src/webapp/*

2010-04-19 Thread Igor Vaynberg
see ContextImage, create your own version that is style-aware. alternatively you can create tag handlers just like wicket:link that will add your own version of ContextImage for you. -igor On Sun, Apr 18, 2010 at 11:16 AM, Martin Makundi wrote: > Hi! > > I am trying to brand my app with session.