Re: Simple interceptor is not called

2008-04-08 Thread Dave Newton
I agree with Nils; I'd be double-checking the deployment etc. There's nothing obviously wrong (except that you say it doesn't work ;) What happens if you throw an exception in the interceptor? In a *different* action? That could help diagnose a deployment issue, anyway. Dave --- Peter Theissen

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 out

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 the

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 > >>> > > > > class="quickstart.interceptor.simpleInterceptor"/> >

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 >>> class="quickstart.interceptor.simpleInterceptor"/> class="registrationWaitingAction" method="ex