You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Andreas Mueller <an...@freenet.de> on 2011/01/07 07:11:03 UTC

When does a Page or Component die?

Hi all,

I have found a lot of convenient API to work with the different lifecycle
phases of a page. However, I couldn't find the point in time when a page is
actually dead. By dead, I mean there is no chance that wicket will use it
again. 

Any hints are highly appreciated! Thank you very much in advance.

Best,
Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: When does a Page or Component die?

Posted by Martijn Dashorst <ma...@gmail.com>.
AFAIK when it is evicted from the page store or when the session expires.

Martijn

On Fri, Jan 7, 2011 at 7:11 AM, Andreas Mueller
<an...@freenet.de> wrote:
> Hi all,
>
> I have found a lot of convenient API to work with the different lifecycle
> phases of a page. However, I couldn't find the point in time when a page is
> actually dead. By dead, I mean there is no chance that wicket will use it
> again.
>
> Any hints are highly appreciated! Thank you very much in advance.
>
> Best,
> Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org