To answer my own stupidness: <html:hidden name="values" property="employee_id"/>
Soled it. Thanks, Jake T. -----Original Message----- From: Jake Thompson Sent: Tuesday, October 30, 2001 10:59 PM To: [EMAIL PROTECTED] Subject: Nested Tags Hi All, I have the following within in logic:iterate section of code. This works: <input type="hidden" name="employee_id" value="<bean:write name="values" property="employee_id" />"> This does not: <html:hidden property="employee_id" value="<bean:write name="values" property="employee_id" />"/> I get: javax.servlet.ServletException: /employee/selectEmployee-body.jsp(32,87) Attribute values has no value Am I doing something wrong, or is this just the way things are. Any help much appreciated. Later, Jake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

