Hello 

I using this code in a border component to create same bookmarkable links
but i can't create links in this way to pages that are in other
package because wicket only try to resove the page class in the same
package

ther are other way to link pages that are in a difrent java package?

<wicket:link>
     <a href="Home.html">Home</a>
     <a href="ContactPage.html">Contact</a>
     <a href="RegisterPage.html">Registrarse</a>
</wicket:link>

thanks


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to