Hi all,
I need a suggestion for the following:
I am designing a couple of
JSP pages.
In JSP1, I have 2 drop down boxes and a submit button.
[After User selects the values in drop down boxes, and click submit It gets saved to database and method returns 'SUCCESS' or 'FAIL'. ]
If it is SUCCESS it will go to another view JSP2.
If it happens to be FAIL, then the I should display the JSP1 with the drop down box values what ever the user selected !!
Can any one help me to attack this problem. Thank you very much.