Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Populating dropdown List in jsp from Mysql database using struts

Options
  • 30-04-2012 2:06pm
    #1
    Closed Accounts Posts: 82 ✭✭


    Hi,
    Im working on my Jobs Portal FYP and i cant seem to create a dropdown list in on a page where I want to create a new job and select a specific skill from the dropdown. The problem im having is that im confused where my action class will be called because at the moment I only have a redirect page from mainpage to createJobs.jsp! How can I call the action that provides the dropdown list when I click a redirect button because all this is doing is taking me to a new jsp page. Thanks!!


Comments

  • Registered Users Posts: 131 ✭✭CuAnnan


    Why are you using a redirect instead of defining an action for index?


Advertisement