posted 14 years ago
Hi,
I am a novice and am trying to create a login page. The flow is:
1.User enters username and password.
2. He is then asked a question from database which has radio buttons
3. The selected value should be checked against a radio button selected to allow the user to login.
The login part is ok, have a problem getting the answer for the question, also the answer which I took as the hidden value is displayed
Code for Question.jsp
And the code for Welcome.jsp
I am exhausted searching for the errors, can someone please help me!!!