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
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
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:
>
>