Hi,
I'm trying to do paging for my search results. For this i'm using a taglib "taglib uri="http://jsptags.com/tags/navigation/pager".
This is my url (
http://localhost:8080/RBCopy/SearchResult.do) before clicking on next page link and after clicking it becomes
http://localhost:8080/RBCopy/WEB-INF/pages/Search.jsp?pager.offset=2 and it gives the follwoing exception
--------------------------------------------------------
HTTP Status 404 - /RBCopy/WEB-INF/pages/Search.jsp
type Status report
message /RBCopy/WEB-INF/pages/Search.jsp
description The requested resource (/RBCopy/WEB-INF/pages/Search.jsp) is not available.
Apache Tomcat/5.5.9
---------------------------------------------------------------
how i can resolve this problem?