Hi All,
I am new to richfaces and right now, am stuck with a problem. I am using JBoss seam 2.2.2 in my application. The application I have a requirement to execute a java method once I upload a file successfully. I have used <rich:fileupload> tag to upload the file. However, I am unable find a way I can call a java method through the tag.
Any help regarding how i should go about this issue is high appreciated.
Thank you all in anticipation.
Regards,
Aman
Have you read the docs? fileUploadListener is what you need.