UIData: nested UIData does not save state correctly for UIInput on validation 
errors 
-------------------------------------------------------------------------------------

         Key: MYFACES-413
         URL: http://issues.apache.org/jira/browse/MYFACES-413
     Project: MyFaces
        Type: Bug
  Components: JSF 1.1  
    Versions: Nightly Build    
    Reporter: Mathias Werlitz
    Priority: Critical


Following simplified example:

<h:dataTable>
  <h:dataTable>
    <h:inputText validator="..." />
 </h:dataTable>
</h:dataTable>

If there are validation errors the error message for the UIInput component is 
displayed but the component displays NOT the submitted value - instead the 
model value is displayed. 

-- 
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