Hi, I have a small form, with some strings and some numbers to be inserted.
Strings are validated to be required and numbers have to be integer. There is a hidden field: <html:hidden property="select" value="${select}"/> A <c:out value="${select}"/> shows that its value is not present anymore after a validation error (after error messages are shown). Where does the value go, and what can I do to retrieve the value of the select field? Wolfgang