Tagged Questions
0
votes
1answer
2k views
getting null on request.getParameter() on submit of form in java code?
IN JAVA CODE IN JSP as below i m getting null value for field"noOfRecords".
if (request.getMethod().equalsIgnoreCase("POST")) {
try
{
...