• 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

Request[/sacCustomReports] does not contain handler parameter

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am attempting to implement the LookupDispatchAction for my pages, but seem to be having some problems in this area.

So far my struts-config.xml has this:


my action has this:


and my page form has this:


If I'm not providing enough information on the page please let me know, thanks.
 
Gran Roguismo
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the error I mentioned about btw,
javax.servlet.ServletException: Request[/sacCustomReports] does not contain handler parameter named method
 
Gran Roguismo
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the poblem was in my key mapping.
First off, I was not going to the page that I thought I was. The one I was actualy going to did not have the idden field property for method that I thought it did.
When I had corrected that I found that the method value has to of course match up with the key you input. With this in place the page worked.
 
reply
    Bookmark Topic Watch Topic
  • New Topic