0 Replies Latest reply on Apr 30, 2008 12:27 PM by jagal

    fileUpload with param

    jagal

      Hello,

      I want pass param whith my FileUpload component for each file upload.

      <rich:fileUpload fileUploadListener="#{bean.listener}" id="upload" uploadData="#{bean.data}">
      <f:param name="moduleId" value="#{test.beanId}" />
      <a4j:actionparam name="username" value="Alex" assignTo="#{bean.moduleId}"/>
      </rich:fileUpload>

      I test with f:param and a4j:actionparam but it's not work.

      Is there a solution for this problem ?

      I use MyFaces 1.2, RichFaces 3.2.0 GA

      Thank's