3 Replies Latest reply on May 27, 2008 6:54 AM by ilya_shaikovsky

    Howto not reRender when validation error?

      I use a4j:commandButton in a a4j:form

      <a4j:form>
       ...
       <a4j:commandButton value="Submit" ... reRender="X"/>
      </a4j:form>
      I don't want to re-render X if there are validation errors when the form is submitted. How can I achive that?