As for the recreation of the pages (again): use setRedirect(true) on requestCycle. I use this for popups: The page is created newly for the popup, but refresh will just invoke the IRedirectHanlder that only renders the page without redirecting it.

Eelco

Gili wrote:

On Fri, 11 Mar 2005 17:39:23 +0100, Christopher Turner wrote:



Bookmarkable pages are always recreated for each request. That's the whole point of them - you can invoke the same page from a number of different bookmarks with completely different parameters each time. Try using a non-bookmarkable page?


Sorry, I'm just thinking back on this a bit more... I guess what I am looking for that the same bookmarkable page with the same input parameters should not create a new Page instance but rather reuse the preexisting instance. That is a reasonable request, no? If the input parameters change, I am all for creating a new Page, but not otherwise.

Gili



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to