In a Spring 3 based web (portlet) application I have a controller with a method like this:
@RenderMapping public ModelAn
i think you need to use something like
public ModelAndView handleRenderRequest(...,@ModelAttribute("myObject") MyClass myObject)