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:43:33 UTC

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

     [ https://issues.apache.org/jira/browse/MYFACES-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3935.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.2.6
                   2.1.17
                   2.0.23

> 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.0.22, 2.1.16, 2.2.5
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.23, 2.1.17, 2.2.6
>
>
> 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)