Re: Convention plugin with custom interceptor stack

2009-04-10 Thread Ryan Chichirico
Thank you! That makes perfect sense now. On Apr 9, 2009, at 3:48 PM, "Musachy Barroso" wrote: Hi Ryan In Convention, as well as in XML, if you try to use an interceptor or result outside the package where it is defined, you will get an error. You interceptor is defined in your package, and

Re: Convention plugin with custom interceptor stack

2009-04-09 Thread Musachy Barroso
Hi Ryan In Convention, as well as in XML, if you try to use an interceptor or result outside the package where it is defined, you will get an error. You interceptor is defined in your package, and your actions are getting mapped in Convention into another package. To fix this you need to either: m

Convention plugin with custom interceptor stack

2009-04-09 Thread Ryan Chichirico
Can someone help me understand how to use custom interceptors with the convention plugin? In my struts.xml I have: Currently, we use a package via XML config and it works as expected: