File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes Call to jsp from the same jsp in spring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Call to jsp from the same jsp in spring" Watch "Call to jsp from the same jsp in spring" New topic
Author

Call to jsp from the same jsp in spring

Elizabath Lima
Ranch Hand

Joined: Nov 23, 2005
Posts: 32
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?
Jordi Monn�
Greenhorn

Joined: Feb 28, 2006
Posts: 21
are you sure that you have search.jsp mapped into xxx-servlet.xml ?
 
 
subject: Call to jsp from the same jsp in spring
 
Threads others viewed
Stuck on MVC BeeServlet Example
Adding a Plugin - Jsp in pages folder
Tomcat Cannot Find The properties File
How to access a JSP from other JSP
probelm in pager tab.