Re: [appfuse-user] Subclassing BaseFormController

2008-03-10 Thread Matt Raible
Did you run full-source on your project? If so, the package names should match your groupId. Matt On 3/8/08, Kai Moritz <[EMAIL PROTECTED]> wrote: > On Saturday 08 March 2008 16:40:23 Matt Raible wrote: > > Can you describe your problem in code - by showing what you're trying > > to do and the

Re: [appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Kai Moritz
On Saturday 08 March 2008 16:40:23 Matt Raible wrote: > Can you describe your problem in code - by showing what you're trying > to do and the error you're seeing? > Sure! package com.myapp /** * Do not know, if this path is correct, b

Re: [appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Matt Raible
Can you describe your problem in code - by showing what you're trying to do and the error you're seeing? Thanks, Matt On 3/8/08, Kai Moritz <[EMAIL PROTECTED]> wrote: > Hi Folks! > > I would like to subclass BaseFormController and reuse FileUpload while > implementing a customized file upload,

[appfuse-user] Subclassing BaseFormController

2008-03-08 Thread Kai Moritz
Hi Folks! I would like to subclass BaseFormController and reuse FileUpload while implementing a customized file upload, which processes the uploaded file instead of saving it. But the dependencies to BaseFormController and FileUpload are not resolved. I tried to add a dependencie to appfuse-web