A flash result, that save the current action into the http session before
invoking super.doExecute(...), which actually just do
a redirect to a specific location just as a normal
ServletRedirectResult would.
key - The key under which current action is stored in Http Session. Default to
FlashInterceptor.DEFAULT_KEY which is the string '__flashAction'
<action name="store">
author: Patrick Lightbody version: $Date: 2006-12-11 13:57:12 +0100 (Mon, 11 Dec 2006) $ $Id: FlashResult.java 2758 2006-12-11 12:57:12Z tmjee $
Method Summary
protected void
doExecute(String finalLocation, ActionInvocation invocation) A flash result, that save the current action into the http session before
invoking super.doExecute(...).