Heloo Everbody,

I am new to Spring MVC frame work.My requirement is like that I have to use only one controller and that is having many methods(action).So I am accessing each of the method through MethodNameResolver and using MultiActionController.I need a form (command) which I want to access in all the methods define in my controller.

I would really appreciate if some can guide me for my problem.