You may need to perform your post-processing inside a
PreResultListener [1], that is, just before the result is executed.

[1] http://struts.apache.org/2.1.2/docs/preresultlistener.html

2008/8/13, Raghunath <[EMAIL PROTECTED]>:
>
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to