9 Replies Latest reply on Dec 27, 2007 4:38 AM by marinew

    a4j:commandbutton with immediate=true doesnt rerender

      I've a reset button like below
      <a4j:commandbutton id="mybutton" value="Reset" immediate=true action="#{pcBean.reset}" rerender="mypanel"/>

      My problem is when i put the immediate=true, it does go to the reset(), but it does not rerender.

      If I removed immediate=true, it does work.

      I need to put the immediate=true, since my reset button should reset the form with bypassing all validation.

      Appreciate if anyone could help me to troubleshoot this.