Re: form bean directly into session

2007-12-11 Thread Alberto A. Flores
However, how do I refer to my placed formBean from a struts tag? One way to do it would be: now "foo" is a variable within your JSP page with the value "fname" from your form. How does it know the difference from my formBean and the default formBean created from ApplicationResources? Form

Re: form bean directly into session

2007-12-11 Thread Chris Pat
Hi Alberto Thank you. However, how do I refer to my placed formBean from a struts tag? How does it know the difference from my formBean and the default formBean created from ApplicationResources? Can I refer to it as: "Alberto A. Flores" <[EMAIL PROTECTED]> wrote: > I have a form with many,

Re: form bean directly into session

2007-12-11 Thread Alberto A. Flores
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 extractin