We've made Wicket convert all links automatically (even those starting with ..) without the need for wicket:link. If somebody is interested, please let me know.
Tom On 26.02.2010 09:46, Martijn Dashorst wrote: > wicket:link doesn't work for ../ paths. Use bookmarkablepagelinks instead. > > Martijn > > On Fri, Feb 26, 2010 at 9:42 AM, marioosh.net <[email protected]> wrote: >> I have packages: >> >> net.marioosh.wicket.learn1.lesson4 >> net.marioosh.wicket.learn1.linkownia >> >> and webpage: Index.html in linkownia package: >> >> <wicket:link><a href="../lesson4/Lesson4.html" >> >Lesson4</a></wicket:link><br/> >> <wicket:link><a >> href="../linkownia/Index.html">Index1</a></wicket:link> >> <wicket:link><a href="Index.html">Index2</a></wicket:link> >> <wicket:link><a href="/linkownia/Index.html">Index3</a></wicket:link> >> >> Lesson4 link works, but Index1, Index2, Index3 links doesn't. >> Index1 and Index2 is generated as italics, and Index3 is generated as >> link but get Error404 (http://localhost:8080/linkownia/Index.html) >> >> How to correct this ? >> >> -- >> Greetings, >> marioosh >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
