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]