hi!
I tried to put an 'userid' in a hidden input field:
in my command class I have getter/setter methods for this field as usual...Code:<input type="hidden" name="userid" value="<c:out value='${user.id}'/>">
when I read out the value in the validator I just get NULL although the user.id is not null.
my question: is it possible to validate a hidden input field?
tia, lana


Reply With Quote