[
https://issues.jboss.org/browse/RF-10780?page=com.atlassian.jira.plugin.s...
]
Pavol Pitonak reassigned RF-10780:
----------------------------------
Assignee: Lukáš Fryč (was: Pavol Pitonak)
Original code doesn't work neither in Mojarra 2.1.7 nor MyFaces 2.1.5.
Workaround works fine in MyFaces. *In Mojarra, workaround works only for
a4j:commandButton*.
Button with ajax and control behaviors only trigger control
-----------------------------------------------------------
Key: RF-10780
URL:
https://issues.jboss.org/browse/RF-10780
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-misc
Affects Versions: 4.0.0.CR1, 4.0.0.Final
Environment: * RichFaces 4.0.0-SNAPSHOT r.22262
* Mojarra 2.0.4-b09
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.15 @ Linux x86_64
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.3-Tracking
Have following buttons:
{code:XML}
<a4j:commandButton value="Button with action and component control"
action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel"
operation="show" />
</a4j:commandButton>
<h:commandButton value="Button with action and component control"
action="#{richBean.dummyAction}">
<rich:componentControl event="click" target="popupPanel"
operation="show" />
<f:ajax event="click" />
</h:commandButton>
<rich:popupPanel id="popupPanel" />
{code}
Both of them triggers control (show popup) but do not process AJAX request and given
action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira