Just in case some other newbies are doing the same thing, this was my
solution:

<html:select property="projCodeName">
  <bean:define id="codes" name="projectForm" property="projCodeNames"/>
  <html:options collection="codes" property="name" labelProperty="name"/>
</html:select>

Its making a new bean on the .jsp page with my ArrayList that was in my form
bean, and then I can easily get the values from it.

(I can't wait until this stuff is all second nature!  I haven't even started
doing anything difficult yet!)


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

Reply via email to