Hi
I am using Struts 2.0 and this is my JSP code: <s:iterator value="tempList" status="tempListItem"> <tr> <td><s:checkbox value="false" theme="simple" name = "<s:property value="top"/>" /></td> <td ><s:property /></td> </tr> </s:iterator> Now I am getting a JasperException: equal symbol expected error, around the name attribute of the checkbox. What is the problem I don't understand. It seems really silly to me. Himanshu