You might try adding a testEdit() method in PersonActionTest and
ensuring that the test passes there. Everything looks correct, so I'm
guessing it's something small. If you want to checkout the code for
the completed tutorial, the instructions are at the bottom of the
page.
Matt
On 2/5/07, Fan
yes, I am using org.appfuse.webapp.action as the package name.
I have no problem of running "mvn test -Dtest=PersonActionTest"
Matt Raible-3 wrote:
>
> What's the package name you're using? Is it the one that's stated below?
>
> Matt
>
> On 2/4/07, Fan <[EMAIL PROTECTED]> wrote:
>>
>> I am
What's the package name you're using? Is it the one that's stated below?
Matt
On 2/4/07, Fan <[EMAIL PROTECTED]> wrote:
I am using Appfuse 2.0 with Struts 2 basic module.
I hit an error when clicking on the "Add" button on the personList.jsp.
I am using Appfuse 2.0 with Struts 2 basic module.
I hit an error when clicking on the "Add" button on the personList.jsp.
ava.lang.IllegalArgumentException: The edit() is not defined in action class
org.appfuse.webapp.action.Perso