So I wish to use ViewScoped and when I set the state saving method to client the page will throw a NotSerializableException and the page will forward to the error page. When I switch to server state saving, the exception is still thrown but the page will load.
I read through many questions and answers and was under the impression that the combination of ViewScoped/server state saving will eliminate the need to have everything marked as Serializable. Anyone see this issue?
Richfaces 4.1/Myfaces 2.1.5