Re: [appfuse-user] Displaytag 1.1

2008-01-03 Thread wdbetts
I got burned by this too, sadly Jetty didn’t provide any output during failure so it took much longer to figure out than it should have. A google for “displaytag NestedNullException” turned up this JIRA issue for DisplayTag http://jira.codehaus.org/browse/DISPL-178. Looks like DisplayTag require

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

Re: [appfuse-user] Run mvn integration-test Canoo Web test Error!!!

2007-03-21 Thread wdbetts
I experienced the same error with the Struts 2 Basic Archetype. Making the suggested changes to web-tests.xml corrected the problem. However, I don't understand why. -- david Matt Raible-3 wrote: > > If you change web-tests.xml (in src/test/resources) from: > > > > > to: > >