Hi,
I have a
JSP page where I have given two choices to the user.
Now based on the selected choice - I have to submit the form to a
servlet.
To be specific there are two radio buttons -
if user select radio button 1 - he should be redirected to URl abc
if user select radio button 2 - he should be redirected to URl xyz
could anybody please guide me what approach I should take
Thanks