> Is there any way of making a nav bar like this:
> 
> <wicket:link>
>       <a href="HomePage.html">Browse</a> |
>       <a href="Search.html">Search</a>
> </wicket:link>
> 
> Stateful, i.e. only one instance of each page is created. So if you
> were
> on the home page and clicked the 'Search' link, then clicked the
> 'Browse' link, the state of all your components would be remembered.

You probably need a custom AutoLinkResolver which creates links that check an 
internal map for an existing page of that type, or creates it (and puts it in a 
map) if absent.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to