1 Reply Latest reply on Feb 8, 2010 6:15 AM by ilya_shaikovsky

    Rich:fileUpload - rerender a panel after fileUploadListener was executed

    dejela

      Hi!

       

      I have a rich:fileUpload.

       

      in it - i use fileUploadListener. in that method, i change some bean values according to the uploaded file.

       

      after it's being uploaded, and after the method in fileUploadListener was executed, i would like to like to rerender a panel.

      i tried adding <a4j:support event="onuploadcomplete" reRender="thepanel" />

       

      but the bean values are not changed! only when i refresh the whole page.

      how can i rerender a panel after the fileUploadListener method had been executed?

       

      Thanks