IntelliJ Java IDE
The moose likes Other Application Frameworks and the fly likes using scriptlets with spring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "using scriptlets with spring " Watch "using scriptlets with spring " New topic
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
 
Threads others viewed
Expressions problem
Doubt in question 12 of chapter 9 in SCWCD Study Guide - by David Bridgewater
TLDs not working on Tomcat 5.5, but working on Tomcat 6
Hello c: out 's default attribute not working
Problem when trying to run a Spring MVC example
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com