AppFuse shouldn't interfere in this area - if you create a custom interceptor and add it to the stack, it should get executed. If it doesn't, it's likely a configuration problem. I'd recommend firing up your debugger and setting a breakpoint in your interceptor and if it doesn't get called - you've likely configured something incorrectly.
Matt On 10/14/07, tnsilver <[EMAIL PROTECTED]> wrote: > > Running Appfuse 2.0-m5 struts basic I tried to use the ValueList framework to > implement a default search page. My ValueListAction uses an Interceptor > which is defined in struts.xml. The problem is I have a very hard time > getting the interceptor to do anything - and when it finally does something > - it does not recognize my action. I have tried adding > 'valueListInterceptor' to the default stack. I only get some kind of logging > if the interceptor is defined right in the middle of the stack - not at the > end. When I create my own stack and make a reference in the action - nothing > happens. It seems the framework ignores it. Is there any rules to where I > can place my interceptor? Is there any naming convention defined somewhere > in AppFuse that may affect this? Any pointers? > > Thanks > > > -- > View this message in context: > http://www.nabble.com/Custom-Struts-Interceptor-does-not-behave-as-expected-tf4621311s2369.html#a13198048 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
