efficient display using html:options
Hi,
I have a bunch of dropdowns to be displayed in a jsp page.
The "name" and "value" for each dropdown comes from an arraylist
(i.e. for dropdown1 - there is an arraylist for "name" and an arraylist for "value")
How would I display this efficiently using <html:options> tag?
Thanks

