Fill Combobox on a JSP page with DB results
840203Feb 16 2011 — edited Feb 18 2011Hi all,
I'm a newbie about JSP/Servlet
I developed a servlet that performs a query on a table of my database and I would like use results to fill a combobox on a jsp page
How can I do it?
I'm looking for the solution using google but I'm finding only results for javascript code (i'd like use, as possible, only java code)
Thanks in advance