Hi all! I am using a custom interceptor to capture old and new value for an attribute in my page. This interceptors doBefore method is called before the params interceptor is called. The doAfter method is called after the action and the other interceptors are finished. This new and old values is displayed in a log section of the page.
Pseudocode: doIntercept() doBefore() invocation.invoke() doAfter() The problem is that the log page starts rendering before the interceptors doAfter method is finished, and thus, the new value for the attribute is not set Anyone knows how to solve this? Thanks in advance! -- View this message in context: http://www.nabble.com/jsp-renders-before-interceptors-are-finished-tp17466614p17466614.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]