Wow – can you give a code snippet of where hasEndTag is trying to be set ?

 

The thisTag scope holds a couple pieces of information that are handy when writing a custom tag.  The scope is only available when you call a template as a tag.

 

ThisTag.hasEndTag – bool telling you if the tag has an end tag

thisTag.ExecutionMode – tells you if it is executing the beginning or the end of the tag

thisTag.generatedContent – this contains all the generated html / content that was generated between the start and end of a tag.

 

 

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Sorge
Sent:
Thursday, January 15, 2004 3:27 PM
To: [EMAIL PROTECTED]
Subject: ThisTag attribute

 

Hello all. I have an application that I inherited that was written by a contractor. It was written in CF5 and we just upgraded our dev environment to CFMX 6.1, and this site is generating an error:

The HasEndTag variable in the ThisTag scope can not be set by the user.

 

I have never use the ThisTag scope so I am not sure what it is doing. Can someone shed some light? The on-line docs to not do much good.

 

 

Thanks,

 

Bruce

 

 

Reply via email to