|
Hi, Well as JSF’s
UIComponent isn’t Seriaizable so all others ui components also isn’t
serializable. I recommended to use request beans instead of session. If you are
using session beans, for example you can try to add a few mappings to
SelectOneMenu, for example: Value selectItems Disable … etc. All these elements are
serializable even <f:selectItems> as SelectItem is Serializable. Using transient to
HtmlSelectOneMenu you will have some issues in future when you will try to
deserializable this object. Thanks, Yura. From: Michael Heinen
[mailto:[EMAIL PROTECTED] Hi, I came across the following exception in my log file: java.io.NotSerializableException:
javax.faces.component.html.HtmlSelectOneMenu The HtmlSelectOneMenu is a property in a session
scoped managed bean. Does this mean that I have to declare it transient in
order to play it safe? What about the implemented StateHolder interface? What about other component bindings? Thanks for clarification Michael |
- RE: HtmlSelectOneMenu not serializeable ? Yura.Tkachenko
- RE: HtmlSelectOneMenu not serializeable ? Michael Heinen
- Re: HtmlSelectOneMenu not serializeable ? Mike Kienenberger
- RE: HtmlSelectOneMenu not serializeable ? Yura.Tkachenko
- RE: HtmlSelectOneMenu not serializeable ? Michael Heinen
- RE: HtmlSelectOneMenu not serializeable ? Michael Heinen
- Re: HtmlSelectOneMenu not serializeable ? Mike Kienenberger

