1 Reply Latest reply on Sep 15, 2008 10:01 AM by abelevich

    rich:tab question

    soso_xuc

      Hi

      i am using two tabs with commandlinks in label facet.

      when i press commandlink of an hidden tab the action is not executed.
      action is executed when i press commandlink of an active (visible) tab.

      can i execute action without showing tab ?

      here comes a little example

      <rich:tab>
      <f:facet name="label"><h:commandLink action="#{test_bean.btnSeachClick}" value="[X]" /> </f:facet>
      <h:outputText value="123" />
      </rich:tab>
      
      <rich:tab>
      <f:facet name="label"><h:commandLink action="#{test_bean.btnSeachClick}" value="[X]" /> </f:facet>
      <h:outputText value="123" />
      </rich:tab>