1 Reply Latest reply on Apr 10, 2008 1:35 PM by sergeysmirnov

    how to select specific rich:tab with a h:outputlink

    jadtn

      Hi,
      I have a page with tabPanel and rich:tab .
      I want with a h:outputLink 'open' à particular rich:tab.

      How can i specify the tab id "prefs" for example in this?
      <h:outputLink value="/pages/mypage.jsf ">

      Thanks




      <rich:tabPanel switchType="ajax" styleClass="tabbed">
      <rich:tab id="cons" label="conseils">
      <%@ include file="/WEB-INF/jspf/commons/conseils.jsp"%>
      </rich:tab>
      <rich:tab id="prefs" label="Preferences" ontabenter="" >
      <%@ include file="/WEB-INF/jspf/commons/skins.jsp"%>
      </rich:tab>
      </rich:tabPanel