I've got a collection of strings, and i want to populat a html:options tage
with the values in that Collection.  where both the name and the value = the
string's value

this DOESN'T work:

  <html:select property="attributeName">
    <html:options collection="fieldCodes" >
  </html:select>


Where fieldCodes is a Collection of Strings

It works ok if i wrap the elements in a bean that has getXXX and setXXX but
i don't realy want to do that.

Any help?

Waz.
=)


Reply via email to