Hi, I have an header panel with a link to the homepage of the site. This panel is included in every page of the site. If I use the <wicket:link> tag for that link it works fine (for example, it is disabled in the homepage) for the pages in the same package of the Homepage class. If I am on a page inside another package (subpackage in my case) the link became the name of that package plus the href specified in the html panel. For example:
<wicket:link><a href="HomePage.html">...</></wicket:link> In a page inside package "subpackage" the link is: "subpackage/HomePage.html" and not "../". What I'm doing wrong? Regards Alberto --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
