Hi, im kind of new to
servlets. i have a servlet which accepts data from a HTML form. Basically 2 numbers, according to the option chosen, their addition,multiply etc. User enters the answer, servlet checks whether it was correct or not. If wrong, shows solution.
processRequest() is the function which is called by
doPost. It calls
processAnswer() which basically does the forwarding of the page according to the answer.
Heres processRequest
WHICH CALLS processAnswer()
Really need help here..I tried adding a "return" in processRequest, didnt help.