I'm developing a project with Struts and I was wondering if it's possible to get the message resources object in a servlet, which is included in the same project.
There's no possibility to get that object with the method getResources(HTTPServletRequest)
because the servlet does not extends an Action class. Is there a way to do it?
Thanks in advance.