and the answer is...

(1) you're using the wrong taglib.  form has been deprecated.  use html 
instead.

(2) assuming you have a list called "list" that contains Java Bean objects 
with attributes "name" and "id", you'd display it as a list of options as 
follows:
  <html:options collection="list"
                property="id"
                labelProperty="name"/>

(3) as someone already mentioned, you can find this at:
http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#options

still can't get it?  take a quick look at the source.  it's pretty simple.

ab



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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

Reply via email to