1 Reply Latest reply on Dec 27, 2011 9:51 AM by shams.mali

    FileUpload and accessing other form values

    jseals

      Greetings:

       

      I am using RichFaces 3.3 and JSF 1.2. I have a form with a RichFaces Fileupload component and several other components on it.

       

      I have a RichFaces fileupload proof of concept working by hardcoding most of the required form values in my backing bean and controller. I am then able to upload the file and get it in the database.

       

      But now when I try to read the actual values from my other form components the RichFaces FileUpload form submit will not ever pick up the values of the other things in the form  populate my backing bean and controller.

       

      Can someone recommend the best way to accomplish this? I have been trying this for a long while with no luck.

       

      Thanks!