> Someone have one example of html:optionsCollection  with html:select.

<html-el:select property="domestic_Foreign">
   <html-el:optionsCollection property="domesticForeignList" 
            value="code" label="value"/>
 </html-el:select>

The FormBean contains a domestic_Foreign property (a string), and a
domesticForeignList property. That returns a collection of beans, each of
which has "code" and "value" properties.

--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to