ZeckoN wrote:
public String intercept(ActionInvocation actionInvocation) throws Exception
{
.....Do some pre work....
String result = actionInvocation.invoke();
.....Do some after work....
return result;                          
}

Local variables aren't shared across method invocations.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to