Hi,
I have a form validation file which shows a serie of error messages to the user, if the conditions specified are false. But we need to make that error messages multi-language. There is any way to use a key from customerstrings.properties file on the jsp validation form file?
I've tried this but didn't work.
Error message example:
Thanks in advance.
For all purposes your validation JSP is nothing but a standalone JSP and hence wont leverage the customerstrings.properties. IGL uses resource bundles to load language specific strings and probably if you use the same resource bundles (not sure how simple) in your JSPs you should be able to achieve the functionality.
I have not tested this but this could work.