Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-core
-
None
Description
LabeledFacesMessage is derived from FacesMessage which is serializable. The issue is that the label in LabeledFacesMessage is an object and is expected to sometimes contain a ValueExpression. When trying to serialize this class over the wire, the Label needs to be converted into a string before it is sent over the wire. As such, we need a public API to convert the value into a string so that, if an implementation needs to serialize the faces message, it can do so.