我使用JSTL 1.2从servlet填充表。我在web.xml中包含了正确的东西,并在WEB-INF / lib中导入了.jar文件。这也是唯一添加到该文件夹的.jar文件,我在SAP HANA云服务器上运行此文件
的web.xml:
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
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">
.jsp页面中的include:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>