Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JSTL in JEE 2.5

Reply
Thread Tools

JSTL in JEE 2.5

 
 
Tim Slattery
Guest
Posts: n/a
 
      04-09-2009
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"
xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
version="2.5">

What am I doing wrong.

--
Tim Slattery

http://members.cox.net/slatteryt
 
Reply With Quote
 
 
 
 
Chris Riesbeck
Guest
Posts: n/a
 
      04-10-2009
Tim Slattery wrote:
> 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.".
>


I'm not a weblogic user, but does the very last response here help?

http://www.liferay.com/web/guest/com...message/957794
 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      04-11-2009
Tim Slattery wrote:
> 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"
> xmlnssi="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?

--
Lew
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(struts/JSTL) Setting bean property value with jstl choose compoundresults DaFoot Java 1 10-23-2008 12:42 PM
How do I start with JEE? Cadorfo Java 0 02-15-2007 04:51 PM
interaction between JEE-Server and Windows PC App. Frank Langelage Java 2 07-02-2006 05:40 PM
IDE for JEE 5 rf76rm@hotmail.com Java 2 04-04-2006 03:31 AM
Custom JSTL that accepts JSTL expression Robert Mark Bram Java 0 12-15-2004 12:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57