1 Reply Latest reply on Apr 30, 2008 1:39 PM by andrei_exadel

    RF3.2.0.SR1 fileUpload listener problem

    lmk

      Hi guys,

      Im wondering if fileUpload component bugs were fixed on RF 3.2.0.SR1.

      filter method is never called

      <rich:fileUpload maxFilesQuantity="10" id="upload"
       acceptedTypes="jpg, gif, png, bmp" fileUploadListener="#{bean.listener}" >
      


      I try also to use uploadData parameter, but, data is never populated;

      config: myfaces 1.2.2,RF 3.2.0.SR1,facelets 1.1.14..

      thanks!!