0 Replies Latest reply on Dec 13, 2010 2:24 PM by kandl

    Rich FileUpload Listener-Problem

    kandl

      Hey,

       

      I hope anyone can help me with the following problem. In my Webapplication the site is splitted into 3 tabs. On the second is the rich:fileupload component with the specified listener method...like this:

       

      <rich:fileUpload ajaxSingle="true"
                              fileUploadListener="#{fileUploadBeanRich.listener}"
                              maxFilesQuantity="#{fileUploadBeanRich.uploadsAvailable}"
                              id="upload" immediateUpload="#{fileUploadBeanRich.autoUpload}"
                              acceptedTypes="dat" allowFlash="#{fileUploadBeanRich.useFlash}">
                              <f:param name="selectedNode"
                                  value="#{recursiveTreeNodeAdopterBean.selectedNode}" /

       

                              <a4j:support event="onuploadcomplete"
                                  reRender="statusMessage, tree" />

      </rich:fileUpload>

       

      The problem is when using firefox the listener method is never been called. With InternetExplorer everything works fine.

       

      I hope that someone can help me.

       

      Thanks,

      kandl