I want to receive the form variables in the controller so that I can send them back to Db for saving. My form has multiple submit buttons(get, save, cancel.). I am using MultiActionController. I am using the solution suggested in
thread "http://forum.springframework.org/showthread.php?t=16209."
But how can use the command object in MultiActionController to pass/receive form variables?
Can anybody post a sample code for
JSP, controller and
servlet to solve this problem?