简体   繁体   中英

How to use JSTL on Eclipse project?

I want to use JSTL

I tried to import taglib using:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

but it says cannot find tag library descriptor for

You can find link to download page in jstl FAQ . Choose the version you need and download necessary dependencies.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM