Hi All! I need to iterate a collection of supplier
info with radio buttons. I want the value property to
have dynamic values extractd from the collection.

<logic:iterate name="user" id="suppliersLookupList"
property="suppliersLookupListCollection">
..
<html:radio name="suppliersLookupList"
property="selectedSupplierNo" value="supplierNo">

            <bean:write name="suppliersLookupList"
property="supplierNo" filter="true"/>
          </html:radio>


Thanks in advance.
L.Yeung

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply via email to