1. 程式人生 > >DescriptionResourcePathLocationType cvc-complex-type.2.3: Element 'filter-mapping' cannot have chara

DescriptionResourcePathLocationType cvc-complex-type.2.3: Element 'filter-mapping' cannot have chara

當建立Struts專案時,在專案中的web.xml檔案中新增filter攔截器時出現了報錯,此時解決方案如下

首先考慮是不是由於自己複製的時候有多出來的空格的情況,手敲一遍,如果沒有解決嘗試下面方法。

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">

紅字部分javaee改為j2ee,問題解決。