--- "Karr, David" <[EMAIL PROTECTED]> wrote:
> I'm technically a newbie on this, so don't take my word on it, but I
> would suggest:
> 
> * Don't use "actionPackages" or the annotations.

Both actionPackages and the annotations work fine; the issue you had was that
you were combining the two configuration methods. There are some limitations
with S2.0's zero-config, most notably no interceptor-ref annotations. That
may be solvable via @ParentPackage by configuring the interceptors via XML,
however--not sure.

> * Remove the "namespace" attribute on the action element.

I didn't see that in his code; it may have gotten edited out. Normally the
"namespace" attribute goes with the "package" element, though, and there's no
reason not to have one.

It's one of the major ways to separate parts of the application.

> * Change the "package" attribute on the action element to have a value
> != your Java package. 

Hopefully I (or someone...) will remember to look in to that and nail down
why that's a possible issue and either document it or fix it.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to