> How can I instruct Wicket not to maintain the multiple versions of a given
> page within the session? I've tried the following but when I dump the
> session contents I still see multiple page versions:
>
> getSessionSettings().setMaxPageMaps(1);
> getPageSettings().setMaxPageVersions(1);
>
> Am I missing the boat on this entirely?

Nope, your not missing the point. That stuff needs to be worked on,
see http://issues.apache.org/jira/browse/WICKET-201

I think Johan has been working on it recently. Don't know how far he got yet.

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