Lucee Tag Reference

Tag <CFFORWARD>

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.

Example

<cfforward
	template=string>
This tag is also supported within cfscript
<cfscript>
	forward string expression;
</cfscript>

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