标签:coding ISE utf-8 pat com 解决 www sel dea
解决1: 在jsp页面添加如下内容
<%@page isELIgnored="false"%>
解决2: 修改IDEA默认生成的web.xml文件,如下:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
</web-app>
IDEA中${pageContext.request.contextPath}无效
标签:coding ISE utf-8 pat com 解决 www sel dea
原文地址:https://www.cnblogs.com/earthchinagl/p/11018478.html