Sometimes there are situations when some validation only happens on the server side, and not on the client side.
In these cases, the error messages will be generated on the server side.
Currently, SmartClient's (and thus SmartGWT's) i18n system only affects the client side.
Is there a way to i18n the server-side validation messages, too?
In these cases, the error messages will be generated on the server side.
Currently, SmartClient's (and thus SmartGWT's) i18n system only affects the client side.
Is there a way to i18n the server-side validation messages, too?
Comment