3
votes
How to reduce javax.faces.ViewState in JSF
Have you tried setting the state saving to server? This should only send an id to the client, and keep the full state on the server.
<context-param>
<param-name>java …
