webtier@glassfish.java.net

Re: [webtier] Custom Scope : How is it working ?

From: Edward Burns <edward.burns_at_oracle.com>
Date: Tue, 06 Jul 2010 10:17:08 -0400

On 7/5/10 9:29 , webtier_at_javadesktop.org wrote:
> ok, now I understand it - Thank you very much !!!
>
> Could you give a little insight into how to detect page forwards, new views etc. ?
> So how would you clean the map ?

Because JSF 2.0 includes facelets, make every page apply a template that
has the f:event tag that declares a PreRenderView event listener. In
there, you can track such things.

Ed