Hi,

 

            I'm trying to override the error strings shown after validation
fails on a form, but I'm without success. After a bit of snooping around I
found out that it seems all validation strings come from a resource bundle
specified in the ValidationStrings class. This class also maps constants to
their respective key values in the resource bundle. Since the
ValidationStrings class uses it's own resource bundle, I'm guessing that's
why placing the keys and their values the application's or a page's
.properties file won't work. Any ideas on how this could be done?

 

Thanks,

Denis Souza

 

Reply via email to