The Redirect action redirects the current HTTP request to the specified URL.

Example: Redirect to page with Dynamo path http://myhost:8080/QuincyFunds/en/RegistrationError.jsp

Action Registry Tag

Value

action name

redirect

configuration component

/atg/scenario/configuration/RedirectActionConfiguration

action execution policy

individual

action error response

continue

The Redirect action has the following parameters:

Parameter

Required

Description

path

yes

The path of the page to which you want to redirect users. Corresponds to the ACC option Redirect to page with Dynamo path…

Users specify the fully qualified path of the e-mail template to send. If the document is outside the Dynamo document root because it is part of a non-DAS J2EE application, they must specify the application context root manually.

This parameter reflects the way that users specified document paths in versions of Dynamo earlier than 6.0.0 and exists mostly for compatibility with those versions.

scenarioPathInfo

yes

The path of the page to which you want to redirect users. Corresponds to the ACC option Redirect to page with path….

Users specify the path by selecting the page in a document picker dialog box. The path is automatically prepended with either the application context root (if the template is part of a J2EE application) or a flag indicating that the template is located in the Dynamo document root.

Note: When you add a Redirect action to a scenario, make sure that the action does not conflict with any other redirect activity that may be occurring on the site. For example, if you design a scenario that redirects users after a Login event, make sure your login pages do not perform their own redirect as well. Conflicting redirects could cause unexpected behavior to occur.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices