Re: autolink not work ?

2010-03-02 Thread marioosh.net
gt;> Index.html Index2 >> /linkownia/Index.html Index3 >> > > You are great! :) Thank You very much. -- View this message in context: http://old.nabble.com/autolink-not-work---tp27715679p27755210.html Sent from the Wicket - User mailing list archive at Nabble.c

Re: autolink not work ?

2010-02-26 Thread Andrew Lombardi
Index1 and Index2 are generated as italics because you are on the same page. If you use autolink and you're on the same page, they show up as italics Index3 doesn't work because you've got a slash preceding the package name. And linkownia isn't one of the packages defined in your root, so Wick

Re: autolink not work ?

2010-02-26 Thread Thomas Singer
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. > > Mart

Re: autolink not work ?

2010-02-26 Thread Witold Czaplewski
Are you sure Martijn? I use ../ paths in a project without problems. e.g Users 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 : > wicket:link doesn't work for ../ paths. Use bookmarkablepagelinks ins

Re: autolink not work ?

2010-02-26 Thread Martijn Dashorst
wicket:link doesn't work for ../ paths. Use bookmarkablepagelinks instead. Martijn On Fri, Feb 26, 2010 at 9:42 AM, marioosh.net wrote: > I have packages: > > net.marioosh.wicket.learn1.lesson4 > net.marioosh.wicket.learn1.linkownia > > and webpage: Index.html in linkownia package: > >         >

autolink not work ?

2010-02-26 Thread marioosh.net
I have packages: net.marioosh.wicket.learn1.lesson4 net.marioosh.wicket.learn1.linkownia and webpage: Index.html in linkownia package: Lesson4 Index1 Index2 Index3 Lesson4 link works, but Index1, Index2, Index3 links doesn't. Index1 and Index2 is generated as ita