<div id="xxx">
<html:select property="property" styleClass="<%=myStyle%>" tabindex="100" >
<html:options collection="collection of possible values" property="key" 
labelProperty="value"/> 
                                                        </html:select>
                                                        </div>
-----Original Message-----
From: sjones [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 10:43 AM
To: [EMAIL PROTECTED]
Subject: html:options


Good Morning Everyone.

I have a List object and i need my JSP page
to build a drop down list box using the List as the source
for the options.

I can do it with a scriplet but i need to one of the struts tags
<html:options>
<html:optionsCollection>

can anyone help me with use one of these tags.

I am looking at the java.docs but it doesn't really help me.

the List is also accessible from a classs name EqualityOperators

List o = EqualityOperators.getOperators();





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


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

Reply via email to