posted 12 years ago
I have a spring 3 application where i am using jquery to post ajax request. Now i want to redirect my page to another page after ajax response comes. A Pojo is returned by the 1st page controller, which is to be passed to 2nd contoller. i know how to redirect but have no idea how to pass this PoJo to next form controller
My next page controller -
But i am getting error always. Can someone please tell me how to pass object(Pojo) to new page controller?