I tried running this code.But i am not able to print username and password.I tried all other examples.But did not work for me.Please help me to resolve the issue. I am able to see login page with User name and password. But when i click on Submit button i am not seeing any response.
This message was edited 1 time. Last update was at by Bear Bibeault
Bear Bibeault
Author and opinionated walrus
Marshal
Please be sure to use code tags when posting code to the forums. Unformatted code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please read this for more information.
You can go back and change your post to add code tags by clicking the button on your post.
check that you are using button , it wont submit the form ..... you need to use in <code> < input type="submit" value="Submit Form"> </code> ...... then tell me whats the problem you are facing....
I tried running this code.But i am not able to print username and password.I tried all other examples.But did not work for me.Please help me to resolve the issue. I am able to see login page with User name and password. But when i click on Submit button i am not seeing any response.
As i see there is no submitting button the submitting button should looks like this : in your code there is only a normal button not a submitting button ...
Thanks,
Sherif
Baba prakash
Greenhorn
Joined: Jan 14, 2010
Posts: 5
posted
0
Thanks for your replies.
I realised my mistake.
I changed the form.Now it is working fine for me.
subject: Not able to pass Form parameters from jsp to servlet