Hi All,
I am doing INTERNATIONALIZATION application I worte .properties files if I change my Language settings it is working fine in this approach, is there any approach to achieve I18N in struts.
and how to achieve Clientside and Serverside validations in struts,
As of I know by using validation() method we can achieve serverside validations and by using validation.xml we can do clientside validations is it correct or not.