How do i do the equivalent of the code segment below 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> 

-- 
View this message in context: 
http://www.nabble.com/-S2-Struts-2-Comboboxes-tf3499362.html#a9772999
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to