Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

equal symbol expected error

Himanshu Ranavat

2007-07-27


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

©2008 junlu.com - Jax Systems, LLC, U.S.A.