| Author |
using scriptlets with spring
|
chinedu efoagui
Ranch Hand
Joined: Feb 11, 2003
Posts: 167
|
|
hi,sorry to disturb you i know you are very busy but i have this problem i would like u to refer to this post using scriptlets with spring u said i could call on you if i needed help so i do anyway help me . i working a spring application deploying on jboss3.2.3 .i am using jstl1.1 and refering to the taglibs like so.. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/core" %> but it gives me this error! .. please could you help code: 2005-11-29 16:31:30,045 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/D:/dev/appservers/jboss-3.2.1_spring/server/default/deploy/box79.war -> file:/D:/dev/appservers/jboss-3.2.1_spring/server/default/deploy/box79.war 2005-11-29 16:31:34,836 INFO [org.jboss.web.localhost.Engine] Exception initializing TldLocationsCache: zip file closed 2005-11-29 16:31:34,836 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /index.jsp(2,0) This absolute uri (http://java.sun.com/jsp/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94) at org.apache.jasper please what could be the problem i need your help or give me some help to use scriptlets
|
--One learns a lot during a lesson but seeing is not enough,you must do;knowing is not enough ,you must apply--<br />SCJP 1.4,SCBCD,SCEA part 1,OCM JEE Enterprise Architect.
|
 |
s penumudi
Ranch Hand
Joined: Nov 17, 2004
Posts: 113
|
|
Did you check if you have defined them in your web.xml file. <taglib> <taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri> <taglib-location>location of your core tld file</taglib-location> </taglib>
|
 |
 |
|
|
subject: using scriptlets with spring
|
|
|