I managed to resolve problem using <mvc:annotation-driven /> meta tag. I could not do it manually.
So now I don't need bla.truc.buc.retail.web.util.CommonWebBindingInitializer class, everything...
Type: Posts; User: aurelije; Keyword(s):
I managed to resolve problem using <mvc:annotation-driven /> meta tag. I could not do it manually.
So now I don't need bla.truc.buc.retail.web.util.CommonWebBindingInitializer class, everything...
Hello,
I am having a problem with registering a custom WebBindingInitializer. I need it because I want @DateTimeFormat on JodaTime DateTime fields in command object to work (shouldn't it work...