saving value selected in a list when submit button is cliked

Posted by kawtousse on Stack Overflow See other posts from Stack Overflow or by kawtousse
Published on 2010-04-27T08:28:22Z Indexed on 2010/04/27 8:33 UTC
Read the original article Hit count: 120

Filed under:

Hi everyone,

In my JSP I have a dropdownlist and a submit button when clicking the submit button I loose the value already selected in my list. I am using the jstl because i need to construct other table corresponding the value selected in my list.For that I must call a submit button but the problem; it reset the value selected

I want to know if there is a way to save the value selected in my list even I click a submit button. I work with JSP and eclipse environment. Think you for your help.

© Stack Overflow or respective owner

Related posts about form-submit