After submitting data in the HTML from, a servlet adds these data to my DB and forwards a result message to a JSP page. I want to retain the initially submitted values in th
For the select statement maybe you can just use javascript.
document.getElementById('baz').value = '${param.baz}';