Re: [appfuse-user] Custom Struts Interceptor does not behave as expected

2007-11-05 Thread Matt Raible
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

[appfuse-user] Custom Struts Interceptor does not behave as expected

2007-10-14 Thread tnsilver
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 -