Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java, JSTL no working in jsp(JSTL taglib not loading simple JavaEE application.... )
icon8.gif  Java, JSTL no working in jsp [message #1012760] Fri, 22 February 2013 07:37
Nikhil Wankhade is currently offline Nikhil WankhadeFriend
Messages: 1
Registered: February 2013
Location: Pune
Junior Member
index.php/fa/13504/0/I am using simple JavaEE application . I am returning a List<Bean> as response objects to jsp (res.setAttribute(listBean)).
but when I tried to iterate this list using c:forEach of taglib (JSTL) it is not loading. I mean the tag lib that I had imported in my jsp is not loading its giving an exception. like....

HTTP Status 500 - /jsp/displayEmployee.jsp (line: 3, column: 61) Unable to read TLD "META-INF/c.tld" from JAR file "file:/Users/shrikant/Documents/workspace1/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/JSPPagination/WEB-INF/lib/jstl-1.2.jar": org.apache.jasper.JasperException: Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV...

index.php/fa/13504/0/
Previous Topic:Scrollable Tabs
Next Topic:Reverse step filtering
Goto Forum:
  


Current Time: Thu Apr 25 09:08:58 GMT 2024

Powered by FUDForum. Page generated in 0.03741 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top