Simple interceptor is not called

2008-04-08 Thread Peter Theissen
Hi everybody, doese anybody see why the following (quite simple) interceptor isnt called: BTW: list.jsp seems to be called correctly. struts.xml package name=registration extends=struts-default interceptors interceptor name=simpleInterceptor class

Re: Simple interceptor is not called

2008-04-08 Thread Dave Newton
--- Peter Theissen [EMAIL PROTECTED] wrote: doese anybody see why the following (quite simple) interceptor isnt called: BTW: list.jsp seems to be called correctly. struts.xml package name=registration extends=struts-default interceptors interceptor name

Re: Simple interceptor is not called

2008-04-08 Thread Peter Theissen
Hi, Are you sure it isn't? yes ;-) What happens if you return something other than SUCCESS from your action? Unfortunately, exactly the same happens. That will test whether or not it's getting the result from the intercept call or the action itself. Now I returned Action.NONE and

Re: Simple interceptor is not called

2008-04-08 Thread Nils-Helge Garli Hegvik
Which server are you running the application in? Are you sure you have checked all the log files for the server? And are you sure you're editing the struts.xml that is actually picked up at run time? I've had some problems earlier with Eclipse not synchronizing resources properly to the correct