[appfuse-user] build errors

2007-05-10 Thread nmall
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

Re: [appfuse-user] Build errors in Part III: Creating Actions and JSPs - A HowTo for creating WebWork Actions and JSPs in an AppFuse project.

2007-03-21 Thread wdbetts
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