Re: What does Page Expired mean?

2009-03-06 Thread Edwin Ansicodd
); But InitialPage extended a different base page as the search page I was using. I changed InitialPage to use the same base page and then Page Expired no longer appeared. -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22368125.html Sent

What does Page Expired mean?

2009-03-04 Thread Edwin Ansicodd
does this mean? The page has expired? Is there something I am missing? -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22327219.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: What does Page Expired mean?

2009-03-04 Thread Edwin Ansicodd
://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22328873.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: What does Page Expired mean?

2009-03-04 Thread Dave Schoorl
This normally happens when your HttpSession expires. I'm not sure what could be the reason in your case. Edwin Ansicodd wrote: I see in the Page maps documentation: http://cwiki.apache.org/WICKET/page-maps.html that Page Exoured will be shown if the id and version for a page doesn't exist.

Re: What does Page Expired mean?

2009-03-04 Thread Edwin Ansicodd
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22331861.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: What does Page Expired mean?

2009-03-04 Thread Brill Pappin
documentation: http://cwiki.apache.org/WICKET/page-maps.html that Page Exoured will be shown if the id and version for a page doesn't exist. But I can't see how the id and version of the page would not exist anymore. -- View this message in context: http://www.nabble.com/What-does-Page-Expired

Re: What does Page Expired mean?

2009-03-04 Thread Martin Grigorov
In my experience the most often case is when I have a non-serializable field in a page with Ajax components. On the first Ajax interaction the serialization fails (SerializableChecker logs its detailed exception) and on the next Ajax request Wicket cannot find a page with the latest version and

Re: What does Page Expired mean?

2009-03-04 Thread Brill Pappin
-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22331861.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: What does Page Expired mean?

2009-03-04 Thread Edwin Ansicodd
and then Page Expired error no longer appeared. -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22334691.html Sent from the Wicket - User mailing list archive at Nabble.com