| Author |
Problem with request taglibs
|
Anand Gondhiya
Ranch Hand
Joined: Feb 24, 2004
Posts: 155
|
|
Hi All, I am Using JSP 2.0 , Tomcat 5.0.18 and WinXP i installed request tag library from this URL http://apache.247available.com/jakarta/taglibs/request/ I took following steps to get it working - download the jakarta-taglibs-request-current.zip - Unzip it under D: i.e there will be a folder D:\jakarta-taglibs-request-1.0.1 which has following files : request-doc.war request-examples.war taglibs-request.jar taglibs-request.tld - Copied request-examples.war file in D:\Tomcat 5.0\webapps\ROOT\taglib - issued jar xvf request-examples.war , it created META-INF,WEB-INF ,request.jsp etc files... NOw when I point my browswer to http://localhost:8080/taglib/ it runs index.html file from taglib folder but when I try to submit , it gives following errors: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: The absolute uri: http://jakarta.apache.org/taglibs/request-1.0 cannot be resolved in either web.xml or the jar files deployed with this application org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:404) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:154) . . . . Plz help
|
 |
 |
|
|
subject: Problem with request taglibs
|
|
|