Hello-

I've been happily running my app on the root context path... but now I need to run it on something else.

Throughout my html code, I have links that look like this:
 <a href="/mount/param1/param2/">...</a>
this links to a bookmarkable page with a URL coding strategy.

Now I need to run the application on a different context and wonder wicket can automagically translate all static urls that start with "/" to be include the context path. I'd like to have all the links written as: <a href="/context/mount/param1...

I know I could re-implement everything with explicit BookmarkableLink components, but I was hoping there may be something in wicket I don't know about ;)

thanks in advance for any pointers!

best
ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to