please see the linkomatic example for the various links available.
wicket:link is limited that the html must either be in the same
directory, a subdirectory (subpackage) or you provide an absolute path
like /mydir/my.html.

Juergen

On 8/23/05, pepone pepone <[EMAIL PROTECTED]> wrote:
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to