RE: Access to form data.

2001-05-29 Thread Martin Cooper
Joyce, > 1.When should I use the formBean attribute on the tag? Very rarely. So far, I have not had a need to use it the tag at all. You would use the formBean attribute if you have the name of a form bean and you want to access its type (fully qualified Java class name) or custom properti

RE: Access to form data.

2001-05-28 Thread Joyce Tang
Title: RE: Access to form data. Martin, I have a similar problem too. May I ask two general questions?  1.When should I use the formBean attribute on the tag?  2. What is the relationship among ActionForm, actionformbean and actionformbeans. I tried to find the answer myself, but

Re: Access to form data.

2001-05-26 Thread Martin Cooper
When you use the formBean attribute on the tag, you are defining a bean which corresponds to the ActionFormBean instance for your form bean definition (i.e. the entry) in struts-config.xml. You are not defining a bean corresponding to your ActionForm bean itself. If your form bean exists in som