Hello I have a form with many, many fields on it. I would like to process some of them in my Action but get all them into the session object so my forwarded jsp can use them as the values. So may I ask: 1. How can I put the entire form bean from an action into the session scope without extracting each name/value pair and individually putting that in the session? 2. From the forwarded jsp, how do I access the placed form bean and use the getters for the value of input fields? Thank you.
- form bean directly into session Chris Pat
- Re: form bean directly into session Alberto A. Flores
- Re: form bean directly into session Chris Pat
- Re: form bean directly into session Alberto A. Flores