[richfaces-issues] [JBoss JIRA] Updated: (RF-10780) Button with ajax and control behaviors only trigger control

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Mon Mar 21 05:35:53 EDT 2011


     [ https://issues.jboss.org/browse/RF-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Fryc updated RF-10780:
----------------------------

    Workaround Description: Use onclick=#{rich:component(popupPanel)}.show() instead of component control
                Workaround: [Workaround Exists]


> 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: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list