Reputation: 3602
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
Upvotes: 1
Views: 13794
Reputation: 4397
You can find link to download page in jstl FAQ. Choose the version you need and download necessary dependencies.
Upvotes: 6