[Wicket-user] how to maintain mounted url pages in session

2006-11-21 Thread Wolfgang Gehner
Hi,

I have a situation where a user, when he accesses a mounted page
(WebApplication.mount(/url, class)) under that mounted url
more than once, should retrieve the page instance from the user
session on subsequent requests. It seems to me that default is to
create a new page.

How can I do this? Is this just about PageEvictionStrategy?

Wolfgang Gehner

-
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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] how to maintain mounted url pages in session

2006-11-21 Thread Igor Vaynberg

no, its about how bookmarkable pages work. any time a bookmarkable url is
accessed we create a new instance. sounds like what you need is to redirect
a user to a non-bookmarkable url as soon as they access the bookmarkable
one. matej was going to work on this, this usecase is useful for ajax and
bookmarkable pages as well.

matej are you reading with us? where are you on that? maybe you can give
wolfgang some hints on how you want it implemented and he might create a
patch? :)

-igor


On 11/21/06, Wolfgang Gehner [EMAIL PROTECTED] wrote:


Hi,

I have a situation where a user, when he accesses a mounted page
(WebApplication.mount(/url, class)) under that mounted url
more than once, should retrieve the page instance from the user
session on subsequent requests. It seems to me that default is to
create a new page.

How can I do this? Is this just about PageEvictionStrategy?

Wolfgang Gehner

-
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.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
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.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user