3 Replies Latest reply on May 15, 2008 11:14 PM by saravvij

    Rerender is not working if ajaxSingle=

    saravvij

      I have a form and the form has many fields. Rerendering is not working when commandButton is clicked if ajaxSingle="true"

      <a4j:commandButton actionListener="#{dataEntryBean.resetListener}"
      ajaxSingle="true" ignoreDupResponses="true" value="reset"
      reRender="merchantId,soldOut,pid,heading,category,hotLink,
      imageUrl,productUrl,freeShipping,listPrice,savings,sellPrice,rebate,
      shippingCost,couponDiscount,googleDiscount,
      finalPrice,voidMessage,description,videoUrl">
      </a4j:commandButton>

      I want to use ajaxSingle="true", could any one help me to fix Rerendering to be worked ?

      Thanks
      Sarav