Hi,
I am trying to use pager taglib.
Everything is in its place.i.e. taglib-pager.tld is in webroot/WEB-INF folder pager-taglib.jar is in the folder where other jars are there & i have described in web.xml about this tld also.
My problem is , when i run this application using weblogic8 then it says
<snip>
Parsing of JSP File ‘/CustomerSearchList.jsp’ failed:
——————————————————————————–
/CustomerSearchList.jsp(7): Error in using tag library uri=’/WEB-INF/pager-taglib.tld’ prefix=’pg’: For tag ‘pager’, cannot load extra info class ‘com.jsptags.navigation.pager.PagerTagExtraInfo’
probably occurred due to an error in /CustomerSearchList.jsp line 7:
<%@ taglib uri=”/WEB-INF/pager-taglib.tld” prefix=”pg” %>
——————————————————————————–
Fri Dec 16 18:50:09 EST 2005
</snip>
Please help.
Thanks
Ashu