I have a case where I want to register a custom editor for a common superclass of my other custom editors; it allows a form to choose an object of one of that class's subclasses. Most of the time,...
Type: Posts; User: dobes; Keyword(s):
I have a case where I want to register a custom editor for a common superclass of my other custom editors; it allows a form to choose an object of one of that class's subclasses. Most of the time,...
Hello, I'm using the spring MVC + Velocity + Hibernate combo. I recently changed over the new way of making forms using the BindStatus object. I am generating my selection lists with this macro:
...