Hi,

Myfaces Core property SERIALIZE_IN_SESSION is true by default, meaning
that when using server-side state saving the http session contains a
byte-array representation of the viewtree as serialized by JSF itself.
In particular, this means that the StateHolder methods are used to
serialize data into the session in preference to java.io.Serializable.

Does anyone know how Sun Mojarra (formerly called "the RI") behaves?

Thanks,
Simon

Reply via email to