req.getParameter("doit").equal("good");
Is it impossible to write this line in the method? Without it, the program runs correctly. However whenever I write that line, it shows the error messages..
java.lang.NullPointerException at adhoc.FinePrint.doFilter(FinePrint.java:50)
Is there any way that I can check whether "doit
" parameter is equal to "good
"??