Hi,

How do I access the resource bundle (that is configured in
<message-resources..> in struts-config.xml) in the controller code?

I see the following code examples in the web.

MessageResources message = servlet.getResources(); // PROBLEM here
String message = message.getMessage(....

But the servlet.getResources(); method has been depricated. What should I
use instead of this?

TIA.

Regards,
Babu

Reply via email to