On 2/21/07, Scott Swank <[EMAIL PROTECTED]> wrote:
> Nino,
>
> Wouldn't that leave all of the pages in session?  I.e. you expect to
> have 7 pages in history, but 7 points to 8, which points to 9, etc.

Yep, it would. This pattern works good for when you have dialogue
style pages (gather some info and then return) that could be accessed
from a number of different pages (so where to navigate back to is
something you want to keep flexible). But the price for the ease is
that you'll keep a reference to the page to get back to thus
preventing it to be garbage collected.

Eelco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to