there is a wiki page that talks about skinning, i would take a look there for a start if you want to use wicket's style/locale/variation mechanism. if not you can always create your own image component that writes out the proper src attr.
-igor On Wed, Dec 16, 2009 at 5:54 AM, Matthias Howell <[email protected]> wrote: > Greetings all, > > Still a newbie ;) > > The situation I am trying to implement: > > I will have one web application responding to requests on multiple domains. > Each domain will dictate which resources/languages will appear. On any > given page there are many png/gifs most of them are non-functional (so I > don't need to handle clicks on them). I need a way to return the correct > version of the given image. > > So, for example,the www.domain1.com/webapp homepage will need the logo.png > that is in English, whereas the www.domain2.com/webapp homepage will need > the logo.png that is in French. And it can get more customizable than that, > I may have two French domains with different images (i.e. customer logos, > etc). > > From what I have been able to find, it looks like "auto linking" is the way > to go - adding wicket images to each page is a bit of a non-starter. But > can I customize the way the "auto linker" locates the correct file - or is > this even the right way to go about it? > > Thank you for your time, > > Matthias > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
