> i am new to struts, i would like to know to use <html:select> > to dynamically populate data in the combo box, for the database.
The <html:select...> tag generates the <select...> and </select> tags surrounding a select group. To generate the <option...> tags within it, use the <html:option..>, <html:options...> or <html:optionsCollection...> tag. Documentation is at http://struts.apache.org/userGuide/struts-html.html -- Tim Slattery [EMAIL PROTECTED] rvind.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]