4 Replies Latest reply on Jul 28, 2008 7:47 AM by ilya_shaikovsky

    problem with fileUpload and reRender in modalPanel

    reinhard.graf

      I've an application with a modal panel. In the modal panel there is
      a fileUpload component and a close button (<a4j:commandLink>)
      after the close button is pressed, a rich:dataTable which is displayed in the parent window of the modal panel should be rerendered.

      But after uploading a file and pressing the close button, the dataTable is not rerendered. If I press the close botton without uploading a file, everthing works.
      In the <a4j:log> I get following error:

      New node for ID filesForm:fileList is not present in response

      Anybody an idea ?

      Regards