I have an xhtml page with t:saveState references a backing bean. The backing bean is serializable and I have two methods private void readObject, private void writeObject however neither of these get called.
As I understand it these methods should get called when an object is serialized. Is there something wrong with the JSF implementation of saveState such that these methods do not get called as they should? How do I verify that saveState is working correctly? After stepping through the code, doe not look like the <t:saveState does anything at all. thanks for your help I -- View this message in context: http://www.nabble.com/%3Ct%3AsaveState%3E-not-working---not-serializing-correctly.-tf3507948.html#a9797927 Sent from the MyFaces - Users mailing list archive at Nabble.com.

