Re: Pass whole action form from JSP to action class

2012-05-28 Thread Dave Newton
On Mon, May 28, 2012 at 5:18 AM, Joby Joseph wrote: > I want a help to pass the whole action form from JSP file to my action > class. I have the action form and it contains the details. In my JSP file, > some of the fileds is not used and I am setting the value to the form at > the > time of form

Pass whole action form from JSP to action class

2012-05-28 Thread Joby Joseph
Hi, I want a help to pass the whole action form from JSP file to my action class. I have the action form and it contains the details. In my JSP file, some of the fileds is not used and I am setting the value to the form at the time of form loading. the form and all is in request scope. I want t