2 Replies Latest reply on Mar 2, 2009 8:01 AM by koloale1

    rich:componentControl doesn't work with rich:fileUpload as e

    koloale1

      I have rather simple code, but it doesn't work:

      <h:form>
       <rich:fileUpload fileUploadListener="#{bean.uploadListener}"
       id="upload"
       immediateUpload="false"/>
       <rich:componentControl for="modalPanel" attachTo="upload" operation="show" event="onuploadcomplete"/>
      </h:form>
      
      <rich:modalPanel id="modalPanel">
       Hello!
      </rich:modalPanel>
      


      Where is the problem? Thank you.
      Alexey.