[seam-issues] [JBoss JIRA] Resolved: (SEAMFACES-93) UIInputContainer loses component state after process validation failure

José Freitas (JIRA) jira-events at lists.jboss.org
Wed Jun 1 15:03:01 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFACES-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

José Freitas resolved SEAMFACES-93.
-----------------------------------

    Resolution: Done


I workarounded this problem putting <cc:insertChildren /> inside a h:panelGroup

<h:panelGroup >        
      <cc:insertChildren/>        
    </h:panelGroup>

so there's no need to to use a facet anymore.



> UIInputContainer loses component state after process validation failure
> -----------------------------------------------------------------------
>
>                 Key: SEAMFACES-93
>                 URL: https://issues.jboss.org/browse/SEAMFACES-93
>             Project: Seam Faces
>          Issue Type: Bug
>          Components: UI Components
>    Affects Versions: 3.0.0.CR1
>         Environment: JBoss AS6 Final
>            Reporter: Andrew Wheeler
>            Assignee: José Freitas
>             Fix For: 3.0.2
>
>         Attachments: input.xhtml, test.xhtml, TestBean.java
>
>
> When posting a form using a composite of type org.jboss.seam.faces.InputContainer and the process validation fails (required field) then the form values are not restored. Instead the fields are rendered with blank values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the seam-issues mailing list