kinabalu wrote: > > 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 Wicket > can't find it, thus it passes through and just gives you the exact items > inside the href rather than converting to the Wicket equivalent. > > On Feb 26, 2010, at 12: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: >> >> <wicket:link> ../lesson4/Lesson4.html Lesson4 </wicket:link><br/> >> <wicket:link> ../linkownia/Index.html Index1 </wicket:link> >> <wicket:link> Index.html Index2 </wicket:link> >> <wicket:link> /linkownia/Index.html Index3 </wicket:link> >> > >
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.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
