TAG:CFFORWARD
last edited by
denny
on 01-Oct-2011
|
cfforward
Syntax
<cfforward template="string">
This tag is also supported within cfscript.
<cfscript> forward string expression; </cfscript>
[] = Optional attribute
Description
Leads the request to a different page.
This tag acts like the tag cflocation except that the relocation is done directly on the server.
Body
This tag can't have a body.
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
| Name | Type | Required | Description |
| template | string | Yes | template path to forward to |
SideBar
User Login