Re: [appfuse-user] Error in PersonAction

2007-02-05 Thread Matt Raible
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

Re: [appfuse-user] Error in PersonAction

2007-02-05 Thread 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

Re: [appfuse-user] Error in PersonAction

2007-02-04 Thread Matt Raible
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.

[appfuse-user] Error in PersonAction

2007-02-04 Thread Fan
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