]
Ilya Shaikovsky commented on RF-10780:
--------------------------------------
ignore my comment. thought about toggleControl and not a componentControl for some reason.
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: Lukas Fryc
Fix For: 4.Future
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.
For more information on JIRA, see: