Hi
Here what I am going to do is I want to display existign users in database in Drop-down menu, for this i have written class file to connect to database ,one more class file to perform database queries and one
servlet for calling method which i have retrived an stored in arraList, and then i have written
jsp(using JSTL) file to display the users in drop-down menu,but my JSP file is not showing any user and these are the code i have written
Database1.java
comboboxServlet.java
and finally user.jsp
guys please help me and thanks in advance