I could see that there is no tag/action">action mapped for the tag/form">form. Are you sure the correct tag/action">action tag/url">url mapped in tag/form">form/web.xml?. Also, I'm not seeing any tag/option">option tags for the select tag, are they passed dynamically?
manpreet
Best Answer
2 years ago
Hi actually I am facing issue in getting values from jsp page to java servlet. In a list of dropdowns only one dropdown value I am able to get all other values are coming as null. Not understanding where I am going wrong. Can anyone please help me.
In upload page all the values are coming fine. But the issue is only with retrieve page. I am unable to retrieve data as data is not passing from html to servlet.
Here is my html code:
Here is my servlet code: