• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Cannot retrieve mapping for action /content/AddLinks

 
Ranch Hand
Posts: 1309
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the error message that I got in the browser: 'Cannot retrieve mapping for action /content/AddLinks'

What would be the cause of this error message? My eyes do not see the problem. Your experience and help are much needed.

I have the action mapping in the struts-config.xml like:

and the form that invokes this action is like:
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look closely and you will see what you need to .do

Final answer: forgot to restart server
[ September 21, 2004: Message edited by: Marc Peabody ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic