2 Replies Latest reply on Apr 22, 2008 5:10 AM by den74

    tabPanel immediate doesn't work?

    den74

      hi,

      env.
      tomcat 6
      richfaces 3.2.0SR1
      myfaces 1.2

      i'm trying to use the rich tabpane like this:

      <rich:tabPanel switchType="ajax" value="#{myBean.tabSelected}" immediate="true">
      <rich:tab id="xxxx" label="#{messages_.xxxx}" requestDelay="0" styleClass="lblTab" immediate="true">
      <a4j:support event="ontableave" reRender="...., yyyy" immediate="true"></a4j:support>
      ....
      <h:selectManyCheckbox id="yyyy" layout="pageDirection" required="true" value="#{myBean.checkSelected}" immediate="true" >
      <f:selectItems value="#{myBean.checkList}" /></h:selectManyCheckbox>
      ....
      </rich:tab>
      </rich:tabPanel>

      but each time i change a tab i get a validation error coming from checkbox that are required. I tryed to use immediate everywhere but it seams non having effect.

      Anyone saw that behaviour too? Any suggestion?

      thanks to all