I am beginner and trying to get parameter in my servlet as:
String category[] = request.getParameterValues("category");
Here is my Cont