This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Spring and the fly likes Spring MultiActionController is not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring MultiActionController is not working" Watch "Spring MultiActionController is not working" New topic
Author

Spring MultiActionController is not working

Mohan rvscas
Ranch Hand

Joined: Jul 03, 2010
Posts: 39
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..

..
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

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

Joined: Jul 03, 2010
Posts: 39
Thanks for your guidence sir.

please give me the solution..
Mohan rvscas
Ranch Hand

Joined: Jul 03, 2010
Posts: 39
hi guys,

have you understand my problem.

please give me the solution.

i need urgently.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Spring MultiActionController is not working
 
Similar Threads
Liferay Portlet development with Spring: No handler found for request error
Problem running app under Tomcat v7
How to invoke method using controller class in spring
Problem in Spring security redirection
first app