Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2394

LabeledFacesMessage is not appropriately serializable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.1-core
    • 2.0.2-core, 2.1.0-core
    • Components
    • 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.

      Attachments

        Activity

          People

            darkarena Scott O'Bryan
            darkarena Scott O'Bryan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: