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