while successful login reporting a error
actual source code
while successful login reporting a error
actual source code
java.lang.String getParameter(java.lang.String name)
Returns the value of a request parameter as a String, or null if the parameter does not exist
As far as I can see, you don't pass a parameter to your page and therefore getParameter
returns null
and you try to access it without actually checking it.