• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Spring MultiActionController is not working

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

i am new to spring framework. how to access MultiActionController methods .

Actually i want to access the Controller class methods from the view(jsp) page.

i have tried but i didn't get the output .

Error is occured like

HTTP Status 404 - /MultiActionSpring/user.htm/add

type Status report

message /MultiActionSpring/user.htm/add

description The requested resource (/MultiActionSpring/user.htm/add) is not available.
Apache Tomcat/6.0.20


i don't know how where i did the mistake .

This is my code .

redirect.jsp







MultiActionControllerEx1.java








dispatcher-servlet.xml








user.jsp







web.xml






if any one know the solution .

please give me.

if you have coding please send me..

Thanks in advance..

..
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please UseCodeTags when posting code or configuration. Unformatted code and configuration is unnecessarily difficult to read. You can edit your post by using the button.

Also, please see TellTheDetails and ItDoesntWorkIsUseless.
 
Mohan rvscas
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your guidence sir.

please give me the solution..
 
Mohan rvscas
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys,

have you understand my problem.

please give me the solution.

i need urgently.
 
reply
    Bookmark Topic Watch Topic
  • New Topic