Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Call to jsp from the same jsp in spring

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are you sure that you have search.jsp mapped into xxx-servlet.xml ?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic