0 Replies Latest reply on Jan 30, 2009 3:12 PM by ggfuzzy

    <a4j:support event="onuploadcomplete" reRender="info" />  no

    ggfuzzy

      I'm using the fileupload code from the tutorial and the upload succeeds. However, the rerender doesn't seem to be happening. Here's the code (unchanged from the tutorial):
      <rich:fileUpload fileUploadListener="#{fileUploadBean.listener}"
      maxFilesQuantity="#{fileUploadBean.uploadsAvailable}"
      reRender="table" id="upload"
      immediateUpload="#{fileUploadBean.autoUpload}"
      acceptedTypes="jpg, gif, png, bmp">
      <a4j:support event="onuploadcomplete" reRender="info" />
      </rich:fileUpload>