Scott O'Bryan created TRINIDAD-2394:
---------------------------------------

             Summary: LabeledFacesMessage is not appropriately serializable
                 Key: TRINIDAD-2394
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2394
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
            Reporter: Scott O'Bryan
            Assignee: Scott O'Bryan


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to