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

Reply via email to