Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3935

h:inputTextarea with null value throws NullPointerException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.22, 2.1.16, 2.2.5
    • 2.0.23, 2.1.17, 2.2.6
    • JSR-314, JSR-344
    • None

    Description

      h:inputTextarea always calls ResponseWriter.writeText(...), but in some cases where there is a null-value + a config param set javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL true it throws NullPointerException

      The renderer should do a null check before the call to avoid the situation.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: