<%=tools.getCname(servletContext,Item,"<bean:write name=\"detail\" property=\"item\"/>")%>

解决方案 »

  1.   

    不能嵌套bean:write标记,至于原因我也不知道,知道后希望能告知。
      

  2.   

    to:pleonheart(只睡六小时) 
    <%=tools.getCname(servletContext,Item,"<bean:write name=\"detail\" property=\"item\"/>")%>其中的Item就是一个常量字符串,跟那应该没有关系to:youfly(无名)
    我以前自己写的标签都可以这么用,没有问题的,为什么struts的不能这样用呢?struts中的其他标签可以这样用吗?
      

  3.   

    WARNING: In order to correctly recognize unchecked checkboxes, the ActionForm bean associated with this form must include a statement setting the corresponding boolean property to false in the reset() method.