首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

在struts中org.apache.jasper.JasperException

2014-01-26 
异常如下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" />
  这里的,不应该有的

        

热点排行