dev@javaserverfaces.java.net

Disabling state saving in JSF

From: Ralph Bunker <rbunker_at_lisco.com>
Date: Fri, 23 Jan 2009 22:24:17 -0600

Is there any way to disable state saving in JSF?
The context parameter javax.faces.STATE_SAVING_METHOD seems to only
have two values "client" and "server" and defaults to server if it is omitted.

If the answer to the above is yes, then is there any way to selectively disable
state saving for specific controls?

ASP.NET has an EnableViewState attribute.

thanks,
--ralph