JSTL in JEE 2.5

T

Tim Slattery

I'm running a web app in WebLogic 10, which supports JEE 5. I
understand that JSTL is built in to JEE 5 servers.

But I can't figure out how to use it. If I put this statement in the
module:

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

I get told "No tag library could be found with this URI.". If I remove
the taglib statement, the <c:... /> tags are ignored by the server and
are sent to the client.

I'm using this statement at the top of my web.xml file:

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.5">

What am I doing wrong.
 
C

Chris Riesbeck

L

Lew

Tim said:
I'm running a web app in WebLogic 10, which supports JEE 5. I
understand that JSTL is built in to JEE 5 servers.

But I can't figure out how to use it. If I put this statement in the
module:

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

I get told "No tag library could be found with this URI.". If I remove
the taglib statement, the <c:... /> tags are ignored by the server and
are sent to the client.

I'm using this statement at the top of my web.xml file:

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="2.5">

What am I doing wrong.

Is the jstl.jar file in the app's class path?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top