Dynamic values for hidden fields
Created May 14, 2012
Ted Husted
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"/>">
HTH, Ted.