在struts中org.apache.jasper.JasperException

异常如下org.apache.jasper.JasperException: /front/content/resultcontent.jsp(8,20) quote symbol expec

 
  异常如下
  org.apache.jasper.JasperException: /front/content/resultcontent.jsp(8,20) quote symbol expected
 
 
 
  在action 中我是把searchResult装在Iterator里的
 
  在jsp文件中我是这样写的,可是在name=result这里有Missing quotes for attribute value出错提示
  <logic:present name="searchResult">
  <logic:iterate id="result" name="searchResult">
  <bean:write name=result",property="title" />
  </logic:iterate>
  </logic:present>

------解决方法--------------------------------------------------------
具体不清楚,不过看到你一个地方写错了,<bean:write name=result",property="title" />
  这里的,不应该有的