I have a servlet that gets a parameter that tells it which operation to carry out.
in the servlet, i have if statements that check if the parameter is a certain number (1,2,3). I use getParameter to get the parameter as a string but somehow it does not go into the if statements. What am I doing wrong? Thanks.