[
https://jira.jboss.org/jira/browse/RF-8241?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-8241:
------------------------------------
Sorry, Andreas, I've missed the point it's working with a4j:repeat. Looks like the
problem in ui:repeat itself.
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
Assignee: Nick Belaevski
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