1 Reply Latest reply on Jan 21, 2010 11:53 AM by luisalrp

    rich:fileUpload doesn't call the listener

      Hello!

       

      I am not able to upload a file with richfaces. I have read several articles and blogs, tested the fileupload example and also the code from "photoalbum" project.

       

      I wrote some logs inside methods just to be sure what was the problem and who which methods where called. The result is:

      [LA] bar.view.FileUploadBean -> getUploadsAvailable() -> 1

      [LA] bar.view.FileUploadBean -> isUseFlash() -> false

      [LA] bar.view.FileUploadBean -> isAutoUpload() -> false

       

      so the listener method is not called. What am I doing wrong? Something with the filter? configuration?

       

      Thanks!