ClassName

atg.droplet.Redirect

Component

/atg/dynamo/droplet/Redirect

The Redirect servlet bean takes a full or relative URL and redirects the user to the specified page. When the Redirect servlet bean is invoked, the second page displays in response (and an IOException is thrown, thereby discarding the request).

Input Parameters

url
The full or relative URL of the page to redirect the user to.

Example
<dsp:droplet name="/atg/dynamo/droplet/Redirect">
  <dsp:param name="url" value="http://www.atg.com"/>
</dsp:droplet>
 
loading table of contents...