Hi, If your images/css are in the web root then use something like "images/image.img" in your .html. Wicket will make the url relative to the web root no matter what mount path you use for the page.
On Mon, Aug 13, 2012 at 5:41 PM, Joachim Schrod <[email protected]> wrote: > Hi, > > I'm new to Wicket and write my first application in it. I use > "Wicket in Action" and online resources as documentation. (I > stumbled already about the 1st few roadblocks owing to changes from > Wicket 1.4 to 1.5. ;-)) So, if there's an easy pointer to answer my > question, don't hesitate to just send it. > > My problem: I have a page that's mounted as URL "cat/entry". In the > page's HTML there are links to images and CSS files that start with > "..", e.g., "../images/bg_blabla.img". These are no Wicket > components, just plain HTML. > > When Wicket renders the page, it rewrites the image URLs and > prepends "../", e.g., the image URL now is output as > "../../images/bg_blabla.img". I suppose it tries to adept to the > extra path level that I introduced during mount and compensates for it. > > How can I stop Wicket from adding this "../" prefix? I searched via > Google and read through Javadocs, but to no avail. > > For background: The URL in the HTML file is right... My HTML > designers deliver their design files as "cat/entry.html", my mounts > just follow their lead. I would like to change their files as > little as possible, it makes files swapping back to/with them much > easier. > > I hope somebody here may help me, thanks in advance. > > Joachim > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Joachim Schrod, Roedermark, Germany > Email: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
