2 Replies Latest reply on Apr 15, 2008 11:08 AM by ramprasadhtv

    Issue using Rich Tab panel

      Rich Faces:3.2.0 GA
      In rich tab panel , as part of ajax support, re rendering of any particular tab is not working when you use switchtype as "Client".

      We need to reRender entire tab panel instead of tab. This takes lot of time.

      a:jsfSelectOneMenu id="selectedCountry" value="#{myP.selectedCountry}"
      <a:ajaxSupport event="onchange" actionListener="#{myP.changeCountryListener}" reRender="TabPanel" ajaxSingle="true"/>
      <f:selectItems id="countryDDB" value="#{myP.countryDDB}"/>
      </a:jsfSelectOneMenu>

      TabPanel is the id of the rich tab panel and not a rich tab