Hi,
I resolved my Maven Struts FilterDispatcher errors by adding the following
dependencies to my pom.xml. However, when I do mvn -e jetty:run-war, I get
several NullPointerExceptions from Spring. I have
applicationContext-resources.xml in my src/main/resources. Thanks for your
help!!
java.lan
I encountered Error #1, but it was because I created the PersonAction.java
file in src/main/webapp instead of src/main/java. Moving the file over
fixed the problem, of course reading the documentation correctly in the
first place would have been helpful.
-- david
Matt Raible-3 wrote:
>
> On