Hi,
You can store the selected value as request attribute using HttpRequest.setAttribute() method and get it using getAttribute() in the jsp page and compare with the combo box values and if one of the options value is equal to the value retrieved from request object set its selected attributes value as selected.
Regards,
Rakesh
|