Hi everybody,
I'm trying to separate my struts-config.xml in more files, but I got an error:
19:32:54,546 ERROR [ActionServlet] Parsing error processing resource path /WEB-INF/struts-config.xml,
/WEB-INF/struts-estatistica.xml
java.lang.NullPointerException
at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.java:857)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:455)
Here is my web.xml code where I define my other .xml(struts-estatistica.xml):
Here is my struts-estatistica.xml:
Anybody can help me?! What Am I forgetting to do?
Does have anything to be done at the original struts-config.xml??
Thanks in advance!