1. 程式人生 > >關於在eclipse中建立的Mevan專案無法使用ESTL標籤

關於在eclipse中建立的Mevan專案無法使用ESTL標籤

解決:是web.xml的版本問題,需要將頭資訊改為低版本


<?xml version="1.0" encoding="UTF-8"?>
<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_2_5.xsd" id="WebApp_ID" version="2.5">