clever wicket link renaming? context path?

2008-10-31 Thread Ryan McKinley
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

Re: clever wicket link renaming? context path?

2008-10-31 Thread James Carman
Have you tried using wicket:link to surround your a elements? On Fri, Oct 31, 2008 at 5:53 PM, Ryan McKinley [EMAIL PROTECTED] wrote: 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

Re: clever wicket link renaming? context path?

2008-10-31 Thread Igor Vaynberg
you can write your own IMarkupFilter and modify the markup as it is loaded into wicket. -igor On Fri, Oct 31, 2008 at 2:53 PM, Ryan McKinley [EMAIL PROTECTED] wrote: Hello- I've been happily running my app on the root context path... but now I need to run it on something else. Throughout