I am working on portlet Spring MVC.
I have one ViewController class and one Edit Controller class.
In View I have a object which will be sent to Fremarker file through modelandview and On click of action The controls comes to respective method In Edit Controller ....
In that the same Object is updated with diff values... and den redirected to View again.. but i knw how to achieve this... that is Sent the object frm Edit controller to View Controller..!!!!

Can anyone help me with this.?

-Shilpa