subclass « Binding « Spring Q&A





1. spring:bind binds the subclass    forum.springsource.org

spring:bind binds the subclass Hi, I'm using SimpleFormController. And I want to bind an object that is defined as a subclass from another class. But I don't get the binding. class ...

2. Binding to domain with multiple subclasses    forum.springsource.org

Binding to domain with multiple subclasses How do you bind a form to a complex domain class hierarchy? I have a domain model that I'm trying to build a UI over. ...

3. Problem binding subclasses    forum.springsource.org

Problem binding subclasses Hello I have tree classes ObjectA ObjectB extends Object A ObjectC extends Object B Then in my annotated controller class I have the following public ModelAndView handleForm(@ModelAttribute("object") ObjectA ...