NPE w/ UpdateActionListener when @property is Serializable
----------------------------------------------------------

         Key: MYFACES-847
         URL: http://issues.apache.org/jira/browse/MYFACES-847
     Project: MyFaces
        Type: Bug
  Components: Tomahawk  
    Versions: 1.1.1    
    Reporter: Dennis Byrne
    Priority: Minor


If the property attribute of t:updateActionListener evaluates to a property in 
a backing bean that is of type Serializable, the call to 
context.getApplication().createConverter in 
UpdateActionListener.processAction() returns null.  This results in a NPE at 
the bottom of processAction() .  Patch attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to