As SimpleFormController is deprecated since Spring 3.0, can someone point me in the right direction to achieve the equivalent of "bindonnewform = true" using annotations?
I want to pass in parameters to the form and have those automatically bound to my command object without manually having to do the binding myself.
Thanks


Reply With Quote
