Are you sure Martijn?

I use ../ paths in a project without problems.
e.g

<wicket:link>
  <li><a href="../users/UserPage.html">Users</li>
</wicket:link>

UserPage.html is the name of the HTML-Template, not the mounted url.

Witold


Am Fri, 26 Feb 2010 09:46:58 +0100
schrieb Martijn Dashorst <martijn.dasho...@gmail.com>:

> wicket:link doesn't work for ../ paths. Use bookmarkablepagelinks instead.
> 
> Martijn
> 
> On Fri, Feb 26, 2010 at 9:42 AM, marioosh.net <marioosh....@gmail.com> 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: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to