Hi I'm working on struts2 interceptors, which inherits WebWork. My requirement at one interceptor:
----->request------->Bread Interceptor : before invocation.invoke() ------------->Action <------response<---Bread Interceptor : after invocation.invoke() <------------------| 1)Interceptor will process the steps before invocation.invoke() 2)Then in action invocation Action will execute 3)After that interceptor will get executed for remaining steps But in step 3) the response is getting dispatched to the browser,then response is not in sync with post interceptor execution. Please suggest me , how to make sync the response with the post interceptor execution. thanks raghu -- View this message in context: http://www.nabble.com/Interceptors-Doubt-tp18968647p18968647.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]