[Wicket-user] ajax causes page to expire when 2 browser tabs are open with bookmarkable pages

2006-11-27 Thread Nili Adoram
Hi all, I have a 'Item editing' page containing a form. When the form is submitted I want to return to the 'Item List' page but with fresh data. In order to do that, after the form is submitted I look for the last instance of the Item List page in the page map, retrieve some of its page

Re: [Wicket-user] ajax causes page to expire when 2 browser tabs are open with bookmarkable pages

2006-11-27 Thread Eelco Hillenius
You should make sure those two tabs each have their own pagemap. Wicket tries as much as it can to do this automatically, but it helps if you do this manually as well. Eelco On 11/27/06, Nili Adoram [EMAIL PROTECTED] wrote: Hi all, I have a 'Item editing' page containing a form. When the