You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDataBinder does not have a registerFormatter(String, Formatter) method.
DataBinder does have a getFormatterRegistry() method, but FormatterRegistry does not appear to provide functionality for "registering field-specific formatters."
What's the best practice (and options) for Spring 3.0+ for registering custom formatters per-controller vs. per-DispatcherServlet vs. per-web app?
Similarly what's the story regarding custom PropertyEditors vs. Formatters, when to use which, precedence, and mixing and matching both techniques within the same web app?
Sam Brannen opened SPR-6171 and commented
WebDataBinder does not have a registerFormatter(String, Formatter) method.
DataBinder does have a getFormatterRegistry() method, but FormatterRegistry does not appear to provide functionality for "registering field-specific formatters."
Affects: 3.0 RC1
Issue Links:
The text was updated successfully, but these errors were encountered: