Results 1 to 2 of 2
Thread: JSTL error
- 06-11-2007, 09:33 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
JSTL error
I try to use Custom Tags in an application web and I add
But it doesn't recognize any tag, for example:Java Code:<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
The absolute uri: JavaServer Pages Standard Tag Library can't resolve it or in web.xml or in the jar filesJava Code:<c:if>, <c:forEach>
How can I resolve this?
the tags
are recognized and works fineJava Code:<%@taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
Eric
- 06-11-2007, 09:36 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
Similar Threads
-
Iterating through result set in JSTL
By Java Tip in forum Java TipReplies: 0Last Post: 01-15-2008, 03:13 PM -
Iterating through result set in JSTL
By Java Tip in forum Java TipReplies: 0Last Post: 01-14-2008, 09:31 AM -
Jstl Exception Handling
By vamsidharpoosarla in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 07-18-2007, 06:17 AM -
JSTL Exception Handling
By chaatf in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-18-2007, 02:24 AM -
Problems Struts-JSTL
By Peter in forum Web FrameworksReplies: 2Last Post: 07-04-2007, 06:26 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks