Author Login
Post Reply
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
--
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)