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
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=421494&messageID=509347#509347---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...