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]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to