0 Replies Latest reply on Jan 16, 2009 4:46 AM by aditya.bora

    Dynamically injecting tab contents

      Hi,

      I am createing richfaces tabs programmatically. I am unable to find a process for referencing tab contents. Please help!!
      The expected output looks like:

      <rich:tabPanel id="masterTab" binding="#{masterPage.tabPanel}" selectedTab="#{masterPage.selectedTabId}">
      <rich:tab rendered="true" id="USERLIST" name="USERLIST" label="User List" >
      <ui:include src="ec_user_lv.xhtml"/>
      </rich:tab>
      </rich:tabPanel>