--- appfused <[EMAIL PROTECTED]> wrote:
> in struts 2?
> 
> <%@ taglib uri="/tags/struts-html" prefix="html" %> 
> 
> <html:select size="1" property="searchMask"> 
> <html:option value="0">Reviews</html:option> 
> <html:option  value="1">Interviews</html:option> 
> <html:option  value="2">Gig Dates</html:option> 
> <html:option  value="3">Small Talks</html:option> 
> </html:select> 

http://struts.apache.org/2.0.6/docs/select.html

The documentation is your friend (usually).

More or less, copied directly from the example at the
above link, but with your values typed in:

<s:select 
    theme="simple"
    size="1"
    list="#{'0':'Reviews', '1':'Interviews', '2':'Gig
Dates', '3':'Small Talks'}"
    value="searchMask"
/>

d.



 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

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

Reply via email to