Hi, 
I get a result set from a query which has id and description, now I have to show the 
it in select tag some thing like this, 

<select name="option"> 

<option value="id1">desc1</option>

 <option value="id2">desc2</option>

 </select>

 I think that i can use <html:options> tag which will do my work, but i m not sure how 
to use it, how do to define the bean, and also how to set the properties, does anyone 
have sample code of the bean and the tag for that bean options tag, it will help me 
alot.. 
Thanx 
Ashish




A$HI$H


---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes

Reply via email to