919 - 926 - 9847

Whoops, error in that last post

I modified a block of code to check that "attributes.return" is true as well as exists.

After the code block (don't forget the if)


<!--- Return to the objectadmin --->
<cfif structKeyExists(attributes, "Return") AND attributes.return EQ 'true'>
<cfset attributes.exit = true />
<cfset stLocal.onExitProcess = structNew() />
<cfset stLocal.onExitProcess.Type = "Return" />
<cfset stLocal.onExitProcess.Content = "" />
</cfif>

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)