facebook

[Closed] Pager Taglib not working

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243256 Reply

    ashu_munjal
    Member

    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

    #243259 Reply

    Scott Anderson
    Participant

    Ashu,

    It sounds like either your taglib jar isn’t on the project’s classpath or it’s not being deployed. The second is more likely the case if you’re seeing content assist for the taglib in the JSP editor. If the jar is in your WEB-INF/lib folder is should be deployed automatically. If not, please see the Advanced section of the Working with Web Projects tutorial in the Documentation Section as it describes in detail how to do this.

    #243260 Reply

    ashu_munjal
    Member

    Hi,

    well the pager-taglib.jar is there with other .jar files.& pager-taglib.tld is also on ite place in webroot/WEB-INF folder. & i have added this .jar file into the project’s properties(so it’s in the classpath).

    & i have checked the tld also it specifies the extra info class ‘com.jsptags.navigation.pager.PagerTagExtraInfo’ within the pg tag.

    Please reply.
    Ashu

    #243261 Reply

    ashu_munjal
    Member

    Hey
    I just got it done.
    thanks
    Ashu

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: [Closed] Pager Taglib not working

You must be logged in to post in the forum log in