Hi
I have a
jsp page and one
servlet. I want to retrieve form's(which is in jsp) values and then save in my database through servlet.
But in servlet somehow my request is not getting processed.
//jsp page
// servlet
The value of
String str1 = request.getParameter("projectname") is coming out to be NULL,hence i am not able to store the values in my tables.