To include certain interceptors or stacks, you need to create a package in struts.xml, set the default interceptor stack for that package, then inherit that package in your action via the @ParentPackage annotation. Currently, we don't have any @InterceptorStack annotations, but if you have a suggesting what they should be and how they should work, please open a JIRA ticket.
Don On 12/20/06, Nate Drake <[EMAIL PROTECTED]> wrote:
Hi, I was playing around with the zero configuration stuff in Struts 2.0.2, but I didn't see any way to specify what interceptors (or stacks) that an action should use. Are there plans to add support for this in the future? Thanks! Nate --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

