Uses of Class
ch.ralscha.extdirectspring.bean.ExtDirectFormPostResult
Packages that use ExtDirectFormPostResult
-
Uses of ExtDirectFormPostResult in ch.ralscha.extdirectspring.bean
Methods in ch.ralscha.extdirectspring.bean that return ExtDirectFormPostResultModifier and TypeMethodDescriptionExtDirectFormPostResult.addErrorsResolveCode(Locale locale, org.springframework.context.MessageSource messageSource, org.springframework.validation.BindingResult bindingResult) resolve the messages codes along the implementation described inDefaultMessageCodesResolver
stop at first message found
method is useless if no specific validation message have been set (example: jakarta.validation.constraints.NotNull.message.fax=Fax number is mandatory)
it will behaveaddErrors(Locale, MessageSource, BindingResult)with a big overhead