Re: Problem with Action Forms and

2004-05-24 Thread Richard Yee
Tom, The form bean is created both in the JSP page and when the page is submitted back to the server. Regards, Richard --- "Thomas T. Veldhouse" <[EMAIL PROTECTED]> wrote: > Thomas T. Veldhouse wrote: > > I am having a problem using Action forms because I > do not know what > > to call the attri

Re: Problem with Action Forms and

2004-05-22 Thread Thomas T. Veldhouse
Thomas T. Veldhouse wrote: > I am having a problem using Action forms because I do not know what > to call the attributes (setters and getters on the form) so that they > are called with the request values. Here is a sample of the JSP: > > > > > > > > > Form > > > labelProperty="form"/>

Problem with Action Forms and

2004-05-22 Thread Thomas T. Veldhouse
I am having a problem using Action forms because I do not know what to call the attributes (setters and getters on the form) so that they are called with the request values. Here is a sample of the JSP: Form Note that both select tags have the same name and different properties. What