[richfaces-issues] [JBoss JIRA] (RF-11814) a4j:commandLink in tabPanel disabled if switchtype = ajax

Friedhelm Kuehn (Created) (JIRA) jira-events at lists.jboss.org
Wed Dec 14 05:53:09 EST 2011


a4j:commandLink in tabPanel disabled if switchtype = ajax
---------------------------------------------------------

                 Key: RF-11814
                 URL: https://issues.jboss.org/browse/RF-11814
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-a4j-core, component-panels-layout-themes
    Affects Versions: 4.1.0.CR2
         Environment: Win 7 64 Bit, Tomcat 7.0.23, Mojarra 2.1.3
            Reporter: Friedhelm Kuehn


In the following constellation (=extract from real page) the a4j:commandlink action method 
is correctly triggered on clicking when tabPanels switchType = "client" but not when switchType = "ajax"


    <rich:tabPanel .... switchType="client">
        <rich:tab id="Query_Tab" header="Query">
            <ui:include src="/pages/_Query.xhtml"/> 
        </rich:tab>
.....
        <rich:tab>
				<f:facet name="header">
				<a4j:commandLink action="#{XCmrSession.logout}">
				<h:graphicImage value="/images/logout.jpg"/>
				</a4j:commandLink>
				</f:facet>
				Logging out, please wait !
	</rich:tab>
      </rich:tabPanel>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list