How to load Struts2 MessageResources.properties into other non-action class. Basically the requirement is i have a Quartz scheduler Servlet and a job class within a struts2 web application. I want to get the properties of MessageResource.properties into this servlet/job class. But i am unable to read the file.
How to load Struts2 MessageResources.properties into other non-action class. Basically the requirement is i
Share
Apache Commons Configurations library is what you are looking for. 🙂