I am trying to create am method to reload all the message resource defined in struts config. There are more than one message resource defined. I need a way to get all the <message-resources>
defined in struts config.
I am using Struts 1.2.
Thanks in advance.
I manage to get the list by this underlying code snippet.
Hope this help Somebody.