8 Replies Latest reply on Oct 12, 2007 6:21 AM by ilya_shaikovsky

    Bug: The commandButton immediate attribute inside rich:tab t

      Hi!
      I think that found a bug when using declaration like that:

      <rich:tab>
       <h:form>
       <h:inputText id="test" required="true" />
       <h:commandButton immediate="true" value="cancel" action="cancel"/>
       </h:form>
      </rich:tab>
      


      When a user click the button with a immediate attribute then the validation process don't turned off, although this is required!
      Also all ok if removed rich:tab from this dummy example - the validation process is turned off successfully.

      Thanks for anything reply!