Hi, i have created a
servlet class with doGet()/doPost() methods and a
jsp file. I need to populate this JSP with dropdown list data from the database. All i have is a dropdown box on the jsp
and here's my servlet
To run this app i went to jsp right clicked and Run on server. The page loads with no errors by i think the doGet() was never invoked. No logs, errors or warnings, just an empty drop down
here's my web.xml
am i missing a step here? do i need an index page