I am currently having trouble with a custom interceptor. The Interceptor is
supposed to determine which values to set on the ValueStack by the
resultstring it receives from actionInvocation.invoke(). The problem is:
Once actionInvocation.invoke() is executed the whole flow is executed, even
the ServletDispatcherResult is executed and thus the JSP page is already
loaded before my interceptor had a chance to modify some invocation result
based values.

Is this the standard behaviour of Webwork 2.0 (latest CVS checkout) or
should I file a bugreport in JIRA? If this is the standard behaviour the
reason for an after() in AroundInterceptor is beyond my comprehension (other
than possibly doing some clean-up and in that case it should be called
something like dispose()).

Thanks in advance,
/Daniel


-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to