bbnn
bbnn

Reputation: 3602

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

Upvotes: 1

Views: 13794

Answers (1)

Artem
Artem

Reputation: 4397

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

Upvotes: 6

Related Questions