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

Martin Paul (JIRA) jira-events at lists.jboss.org
Mon Aug 11 05:08:50 EDT 2008


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
            Reporter: Martin Paul


<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