Re: [OS-webwork] ActionInvocation.invoke() multiplicity and various thoughts and questions

2003-09-03 Thread Michal Mosiewicz
[...] I can't resolve the following issue - is this assumed that invoke() may only be called once per instance, or multiple times (I mean single request)? Invoke on ActionInvocation? It is executed multiple times. Each call moves it forward in the Interceptor chain, so each Interceptor

RE: [OS-webwork] ActionInvocation.invoke() multiplicity and various thoughts and questions

2003-09-03 Thread Jason Carreira
-Original Message- From: Michal Mosiewicz [mailto:[EMAIL PROTECTED] So this actually mean that it's assumed that there is a single invoke per instance, right? I was thinking if it's possible to that interceptor decides to invoke a single action invocation chain multiple times