When running Weblogic Server 6.1, this class should be
specified in web.xml instead of
FilterDispatcher .
This class properly handles the weblogic.jar handling
of servlet filters.
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.
This result uses the
ActionMapper provided by the
ActionMapperFactory to redirect the browser to a
URL that invokes the specified action and (optional) namespace.
Using the Servlet container's
JspFactory , this result mocks a JSP
execution environment and then displays a Velocity template that will be
streamed directly to the servlet output.
This result type takes the following parameters:
location (default) - the location of the template to process.
A base class for all WebWork action execution results.
The "location" param is the default parameter, meaning the most common usage of this result would be:
This class provides two common parameters for any subclass: