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" labelProperty="lab"/>
</html:select>
</td>
</tr>
<tr>
<td>Form</td>
<td>
<html:select name="yeast" property="yeastForm.ID">
<html:options collection="formList" property="ID" labelProperty="form"/>
</html:select>
</td>

Note that both select tags have the same name and different properties.
What do I call the attribute on the form bean so that it is called (setter
and getter) for each of these select options?

Thanks in advance,

Tom Veldhouse


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to