1 Reply Latest reply on Dec 22, 2008 7:16 AM by nbelaevski

    tabPanel inside a rich:column

    fleabite

      Hi there,
      I have something like this:

      <rich:dataTable value="1">
      <rich:column>
      <rich:tabPanel id="tab">
      <rich:tab label="tab1" switchType="server">
      <h:outputText value="Tab one" />
      </rich:tab>
      <rich:tab label="tab2" switchType="server">
      <h:outputText value="Tab two" />
      </rich:tab>
      </rich:tabPanel>
      </rich:column>
      </rich:dataTable>
      

      This will work if I use the 3.2.0 Libs. But, I have to use the 3.2.2 Libs and it will not work with them. Can somebody help? It's important for me!!