Hey,

I'm trying to test the JSP Tags on weblogic 5.1, I followed the
instructions in
http://jsptags.com/tags/navigation/pager/pager-taglib.html

but when i try to run a JSP file which calls that tag i get an error

weblogic.utils.ParsingException: nested IOException: java.io.IOException:
cannot resolve 'http://jsptags.com/tags/navigation/pager' into a valid tag
library

This is what is in the web.xml file...

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

<web-app>
<taglib>
   <taglib-uri>
     http://jsptags.com/tags/navigation/pager
   </taglib-uri>
   <taglib-location>
     /WEB-INF/jsp/pager-taglib.tld
   </taglib-location>
</taglib>
</web-app>

any help would be great...
George

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to