Cool that's what im using but i thought that someone would say something different e.g http://struts.apache.org/2.0.6/struts2-core/apidocs/index.html?org/apache/struts2/components/ComboBox.html ComboBox
Have you used this tag before? i couldn't get it to work Dave Newton-4 wrote: > > --- 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] > > > -- View this message in context: http://www.nabble.com/-S2-Struts-2-Comboboxes-tf3499362.html#a9773190 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]