Problem with Action Forms and html:* tags

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: td html:select name=yeast property=yeastLab.ID html:options collection=labList property=ID

Re: Problem with Action Forms and html:* tags

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: td html:select name=yeast property=yeastLab.ID html:options