Re: interceptor redirection problem

2009-01-31 Thread Dave Newton
Martin Gainty wrote: the problem is you are relying on your own ServletFilter It's a Struts 2 interceptor. this is possibly a configuration problem please display hibernate.xml,hibernate.properties The issue is with the interceptor and not knowing that the result is executed within the inv

RE: interceptor redirection problem

2009-01-31 Thread Martin Gainty
the problem is you are relying on your own ServletFilter this is possibly a configuration problem please display hibernate.xml,hibernate.properties Fairly comprehensive example of configuring hibernate with struts is located at http://www.hibernate.org/105.html Martin _

Re: interceptor redirection problem

2009-01-31 Thread Dave Newton
Please start new threads for new issues. François Rouxel wrote: I want to show an error message if it's impossible to commit. > But it seems my action still display the 'success' result. public String intercept(ActionInvocation invocation) throws Exception { String retour = Actio