[richfaces-issues] [JBoss JIRA] Created: (RF-8241) last a4j:commandButton in a ui:repeat does not rerender component after action

Andreas Schank (JIRA) jira-events at lists.jboss.org
Thu Jan 7 04:56:30 EST 2010


last a4j:commandButton in a ui:repeat does not rerender component after action
------------------------------------------------------------------------------

                 Key: RF-8241
                 URL: https://jira.jboss.org/jira/browse/RF-8241
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-a4j-core
    Affects Versions: 3.3.2.SR1
            Reporter: Andreas Schank


The last a4j:commandButton in a ui:repeat does not rerender after the action, other a4j:commandButtons further ahead do.
The action method is called.

When replacing ui:repeat with a4j:repeat everything works fine.

a4jCommandButton is defined as follows:
<a4j:commandButton value="-" action="#{basicProfileBean.actionRemoveEmail}" reRender="email_table">
    <a4j:actionparam name="index" value="#{email.index}" assignTo="#{basicProfileBean.selectedEmailIndex}" />
</a4j:commandButton>

(email_table is a panel group outside the ui:repeat)

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

        


More information about the richfaces-issues mailing list