Hi

Another newbie question, sorry!

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.

Alternately, is there an easy or "best-practice" way of accomplishing
this?

Thanks,
Phill


This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the 
sender immediately and delete the original. Any other use of the email by you 
is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to