Dynamic values for hidden fields
Created Nov 9, 2002
Ted Husted
HTH, Ted.
In this case, I'd ditch the form:hidden and just write the tag this way:
<input type="hidden" name="employeeName" value="<bean:write name="employeeBean" property="name"/>">