Message Resources in Struts
How do I access my message resources from Action class ..
I know ther's a method called MessageResources.getMessage();
but , it's depricated is there any other api for accessing the resource..
I am accessing the resource for Internationalization.. and how to i set the bundle property with getMessage method