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

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Fri Mar 18 10:37:47 EDT 2011


Button with action 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.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


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