Re: [appfuse-user] add new class error

2010-09-17 Thread Matt Raible
Have you read the AppFuse tutorials? http://appfuse.org/display/APF/Tutorials They should help you figure out the issue. If you don't know much about Spring, you might start by reading up on Spring and learning what the error message means. On Sep 17, 2010, at 12:57 AM, Cody zhang wrote: > H

Re: [appfuse-user] add new class error

2010-09-16 Thread Cody zhang
Hi,Matt I will add something on xml file when new project class? applicationContext-struts.xml hibernate.cfg.xml How do it? Best Regards, --Cody.Zhang 2010/9/17 Matt Raible > Did you create a PersonDao interface and implementation in your project? If > so, did you regi

Re: [appfuse-user] add new class error

2010-09-16 Thread Matt Raible
Did you create a PersonDao interface and implementation in your project? If so, did you register them in an XML file or with annotations? If so, what version of AppFuse are you using? 2010/9/16 Cody Zhang > Hi,All >Can you help me? > error: > > > > Unable to instantiate Action, projectActi