org.apache.jasper.JasperException: /jsp/user/list_myaccept.jsp(24,38) Attribute value request.getAtt

来源:互联网 发布:情报通软件 编辑:程序博客网 时间:2024/05/16 17:01

org.apache.jasper.JasperException: /jsp/user/list_myaccept.jsp(24,38) Attribute value request.getAttribute("keyWord") is quoted with " which must be escaped when used within the value
value=<%=request.getAttribute("keyWord")%>

解决之道

 

value='<%=request.getAttribute("keyWord")%>'

原创粉丝点击