Thank you.
I am thinking of collecting the selected values(including text fields, checkboxes, radio buttons, etc) in a bean( I am using
Struts) and placing the bean in request scope after the first form submit. I can use these values in the JSP to pre-popluate the form when it gets displayed the second time.
Is there an easier way ? :-) I will look into JSTL and EL.