Redirects the user to the specified page.

Class Name

atg.droplet.Redirect

Component

/atg/dynamo/droplet/Redirect

Required Input Parameters

url

The full or relative URL of the page where users are redirected.

Usage Notes

Redirect takes a full or relative URL and redirects the user to the specified page. When Redirect is invoked, the target page displays and an IOException is thrown, thereby discarding the request.

Example

<dsp:droplet name="/atg/dynamo/droplet/Redirect">
  <dsp:param name="url" value="http://www.oracle.com"/>
</dsp:droplet>