• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cannot retrieve mapping for action

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am getting the following exception, I am using servlet, jsp for my application. Here is the

exception I am getting when jsp#2 is loading,


Below is my code: Wheni I click on the "ActionHistory" button it opens another Jsp#2.

Jsp#1:



Following is my servlet:



Web.xml:



Jsp #2:






Although I am using struts in my application I want to do this using plain servlets and jsp.

Please guide and thanks for your time.

Luke.
reply
    Bookmark Topic Watch Topic
  • New Topic