You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/10/25 01:39:34 UTC

[jira] [Created] (MYFACES-3935) h:inputTextarea with null value throws NullPointerException

Leonardo Uribe created MYFACES-3935:
---------------------------------------

             Summary: h:inputTextarea with null value throws NullPointerException
                 Key: MYFACES-3935
                 URL: https://issues.apache.org/jira/browse/MYFACES-3935
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314, JSR-344
    Affects Versions: 2.2.5, 2.1.16, 2.0.22
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)