I am trying to use the <cfsavecontent tag inside of a <cfcatch.  Is there
some reason this should not work?


I have the following code, and the dump always results in an empty string.
I have tried changing the structure variable in the <cfsavecontent tag to a
single variable scoped variable, but it has the same result.


--------------------


<cfcatch type="securityException">

<!--- generate user error message --->
<cfsavecontent variable="content.main">
  <span class="errorText">You have attempted to access an area of the
community to which
   you do not have access. Click <a
href="" to go back.</span>
</cfsavecontent>

<cfdump var="#content#"><cfabort>

</cfcatch>


--------------------


What am I missing here?


Thanks,
-- Jeff
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to