I would like to do something like:
<c:forEach items="${adminForm.map.DATA_3C.list}" var="room"> <font color='<c:out value="${state.banMddlBgClr}"/>'> <html:select property='<c:out value="${room.value}"/>' size='1'> <html:options collection="soundRepeats_list" property="value" labelProperty="label" /> </html:select> '<c:out value="${room.value}"/>'<br> </font> </c:forEach> However, this is impossible because Struts requires that the form have a getter with the name of the property value, i.e. getWhatever() for "whatever". Anyone have a good idea(er) on how to do this without changing the Struts code? Jack -- ------------------------------ "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ ----------------------------------------------- "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]