0 Replies Latest reply on Aug 10, 2011 1:51 AM by er.viveksrivastava

    how to use tab in jsf2.0 ?

    er.viveksrivastava

      Hello all

      I am using jsf2.0 for tab ..but this code not working

       

      <h:form id="form1">

          <rich:tabPanel switchType="ajax">

            <rich:tab  id="ax" header="Create Trays" >

                    <ui:include src="/jsp/jsf/createTrays.xhtml" />

            </rich:tab>

            <rich:tab  id="ax1" header="Create Pallet" >

                    <ui:include src="/jsp/jsf/createPallet.xhtml" />

            </rich:tab>

          </rich:tabPanel>

       

           </h:form>