标签:location encoding web ati version jsp javaee el表达式 oca
后台没报异常,但是页面显示不全甚至显示空白。
经过各种查证,发现是${pageContext.request.contextPath}的问题,jsp页面不支持el表达式。
解决:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0">
标签:location encoding web ati version jsp javaee el表达式 oca
原文地址:https://www.cnblogs.com/sonofCXH/p/12793905.html