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)