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

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Thu Dec 22 17:48:09 EST 2011


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

Brian Leathem updated RF-11814:
-------------------------------

    Description: 
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"

{code}
<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>
{code}

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

         Labels:   (was: richfaces)
       Assignee: Pavol Pitonak


QE, please verify
                
> 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
>            Assignee: Pavol Pitonak
>
> 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"
> {code}
> <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>
> {code}

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