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
I would like to use a ResourceBundleMessageInterpolator in combination with an AggregateResourceBundleLocator for resolving my JSR 303 validation messages from multiple ValidationMessages.properties files. I have not seen an API for setting the MessageInterpolator when using DefaultFXFormValidator so as a workaround I subclassed it and used this code in the constructor of the subclass :
I would like to use a ResourceBundleMessageInterpolator in combination with an AggregateResourceBundleLocator for resolving my JSR 303 validation messages from multiple
ValidationMessages.properties
files. I have not seen an API for setting theMessageInterpolator
when usingDefaultFXFormValidator
so as a workaround I subclassed it and used this code in the constructor of the subclass :Is there a better way to do it? Ideally, I would only need to call a setter on my
DefaultFXFormValidator
instance to use anotherMessageInterpolator
.Thank you for your efforts and your support.
The text was updated successfully, but these errors were encountered: