wicket:link is realy for convinience only and doesn#t have the full
flexibility of Links etc. But they support subpackages like
sub/myPage.html. You can not do ../xxx and absolute paths are excluded
as well.

Juergen

On 2/16/06, Frank Silbermann <[EMAIL PROTECTED]> wrote:
>
>
> I've seen that within a <wicket:link> tag we can write ordinary HTML links
> and have Wicket lings automatically generated.  The Component Reference
> examples use it as follows:
>
>
>
>       <wicket:link>
>
>          <ul>
>
>              <li><a
> href="PanelPage.html">wicket.markup.html.panel.Panel</a></li>
>
>              <li><a
> href="BorderPage.html">wicket.markup.html.border.Border</a></li>
>
>          </ul>
>
>       </wicket:link>
>
>
>
> But in all the examples, the linked pages were in the same package as the
> page doing the linking.  Can we use <wicket:link> to link to pages in other
> packages of our application?  If so, then how do we indicate the path (so as
> to distinguish between page classes with the same name in different
> packages)?
>
>
>
> Would I use something like Unix relative path notation?
>
>
>
> Or is <wicket:link> only useful for linking within a package?


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to