[richfaces-issues] [JBoss JIRA] Created: (RF-3154) Nested ajax rendered components not submitting

Adam Jenkins (JIRA) jira-events at lists.jboss.org
Sun Apr 20 19:21:45 EDT 2008


Nested ajax rendered components not submitting
----------------------------------------------

                 Key: RF-3154
                 URL: http://jira.jboss.com/jira/browse/RF-3154
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.5, 3.1.x
         Environment: Jboss + Richfaces + Myfaces
            Reporter: Adam Jenkins
            Priority: Blocker
         Attachments: ValueChangeBugReproduce.jsp

When an ajax output panel is rerendered on a selects 'onchange', and it contains a panel and another select (with similar behaviour), the values of the second select aren't being bound to the model...this is more easily explained in code:

See the attached jsf page and managed bean.  When the first select with id="toggle" is changed, the output panel main-panel reRendered fine, and the child components (which have a 'rendered' attribute) are now visible...perfect

However the child component that is a select (id="some-select") that has a4j support isn't being bound to the backing bean when the onchange event is fired.

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

        



More information about the richfaces-issues mailing list