How to define multiple initBinders
问题 Would it be possible to have multiple initBinder Methods inside a single Controller? Where each InitBinder() (see code) depends on a unique request handler e.g. initBinder() is called on url: "/update/account" and initBinderOne() on "update/account/pass"? I would prefer to have a single Controller for all updates instead of multiple. Please advise. @Controller @RequestMapping(value="/uodate/account") public class UpdateController { @RequestMapping(method=RequestMethod.GET) public String