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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Mar 18 11:43:45 EDT 2011


    [ https://issues.jboss.org/browse/RF-10780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588940#comment-12588940 ] 

Ilya Shaikovsky commented on RF-10780:
--------------------------------------

Could have only next fix: execute both scripts - for switching and for ajax reuqest.(so in case of ajax switching will be two requests) So do not think major. (And b.t.w. belive such one already filled but for other case.. probably for validation)

> 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
>
> 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