[richfaces-issues] [JBoss JIRA] Resolved: (RF-4139) a4j:CommandButton does not work within a simpleTogglePanel with switchType="client" and opened="false"

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Aug 11 09:05:51 EDT 2008


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

Nick Belaevski resolved RF-4139.
--------------------------------

    Fix Version/s: 3.2.2
       Resolution: Done
         Assignee: Tsikhon Kuprevich


> a4j:CommandButton does not work within a simpleTogglePanel with switchType="client" and opened="false"
> ------------------------------------------------------------------------------------------------------
>
>                 Key: RF-4139
>                 URL: https://jira.jboss.org/jira/browse/RF-4139
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: Tomcat 6, JSF 1.2_09, Facelets 1.1.14, Richfaces 3.2.1 GA, Browser = Firefox2 / Firefox3
>            Reporter: Martin Paul
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>
> <rich:simpleTogglePanel switchType="client" label="Artikelmerkmale:" opened="false" status="pageLoader"> 
> <h:form id="artConfigForm">
> 	<h:panelGrid columns="1">
> 					<a4j:commandButton value="add" actionListener="#{someBean.addSomeValue}" reRender="artConfigForm, someOtherForm" status="pageLoader">
> 					</a4j:commandButton>
> 							
> 	</h:panelGrid>
> </h:form>
> </rich:simpleTogglePanel>
> It does not work. The ActionListener is not called! If you change switchType to "ajax" or opened="true", it works!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list