脚本报错
程序:<a href="<bean:write name="OutputForm" property="<%="subweburls['"+ index +"']" %>"/>"><img src="<%= basePath %><bean:write name="OutputForm" property="<%="subweblogos['"+ index +"']" %>"/>" alt="" style="border:0" /></a>
报错:org.apache.jasper.JasperException: /WEB-INF/jsp/index/index.jsp(146,60) Attribute value 'subweburls['+ index +']' is quoted with ' which must be escaped when used within the value
网上都在说是因为tomcat版本问题,我换成tomcat5.5,也是同样报错,难道还要再往低版本换?有没有其他解决途径?