webtier@glassfish.java.net

Re: [webtier] Re: How to avoid _at_PostConstruct on page Faces beans during postback?

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Tue, 14 Apr 2009 19:34:38 -0400

On Tue, 2009-04-14 at 16:05 -0700, webtier_at_javadesktop.org wrote:

> I was just looking for an optimized version for form-less action use
> cases, but I guess this doesn't exist yet...


Consider PrettyFaces... although you still need to check
FacesContext.getCurrentInstance().isPostback() yourself.

http://ocpsoft.com/prettyfaces

//getFacesContext().getRenderKit().getResponseStateManager().isPostback(getFacesContext())