[
https://jira.jboss.org/jira/browse/RF-7240?page=com.atlassian.jira.plugin...
]
Dave Chen commented on RF-7240:
-------------------------------
I looked at Trinidad PPR. It has an API for adding reRender id(s) programmatically during
a request. Does A4J provide such API? If yes, the issue would be solved nicely. The API
would give developers more power and flexibility.
reRender should have option: be evaluated before/after invoking
action
----------------------------------------------------------------------
Key: RF-7240
URL:
https://jira.jboss.org/jira/browse/RF-7240
Project: RichFaces
Issue Type: Feature Request
Components: core
Affects Versions: 3.3.0
Environment: Richfaces 3.3.0 Sun ri: 1.2.12. JBoss5.0.1, IE7
Reporter: Dave Chen
Assignee: Nick Belaevski
In our case, when user clicks a button, ajax submit, server side bean executes the action
and the button clicked is removed. As a result richfaces could not find the button to get
reRender value. if richfaces can evaluate reRender value before invoking the action, it
does not matter whatever happen in the action.
<a4j:commandLink action="#{bean.do}" reRender="#{bean.reRender}"
reRenderEvalBeforeAction="true|false" />
--
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