Re: [Wicket-user] Requesting Clarification on Page Expired Exceptions

2006-02-21 Thread Igor Vaynberg
no not yet. the request processing is not procedural, it relies heavily on polymorphism. so im not sure if a simple diagram like that can be created to represent it. so far we just havent had the time.if you are really interested RequestCycle.steps()andRequestCycle.step()are good places to start lo

Re: [Wicket-user] Requesting Clarification on Page Expired Exceptions

2006-02-21 Thread Piotr Bzdyl
Hello, when a url is accessed for a page that cannot be found in the pagemap it is considered an expired page. so basically you create a page, some time passes and that page is removed from the pagemap via the page eviction strategy. so if you go back to that page and click a link, that url w

Re: [Wicket-user] Requesting Clarification on Page Expired Exceptions

2006-02-20 Thread Igor Vaynberg
when a url is accessed for a page that cannot be found in the pagemap it is considered an expired page. so basically you create a page, some time passes and that page is removed from the pagemap via the page eviction strategy. so if you go back to that page and click a link, that url will try to re

[Wicket-user] Requesting Clarification on Page Expired Exceptions

2006-02-20 Thread Nick Heudecker
I'm getting unpredictable exceptions about expired pages, so I'm requesting some information about them.  I'm using the latest snapshot of 1.2 (core and extensions).What causes pages to be expired?How can I prevent pages from throwing expiration exceptions? If a page is expired, how can I present a