Below are two code snippets. What I am wondering is if they are both exactly
the same in their functionality? Is it the case that both code blocks will
exit execution of a custom tag if the tag is referenced WITH an ending tag?
And if so, why would anyone do such a thing? I'd think that you'd want to
exit a custom tag if it is missing an end tag (i.e., incomplete), not the
other way around!


<cfif find(thisTag.executionMode, "end")>
        <cfexit method="EXITTAG">
</cfif>



 

<cfIf Expression="#ThisTag.HasEndTag#">
        <cfexit method="EXITTAG">
</cfIf>








L u c i u s   K a h n g
1300 North 17th Street, suite 1847
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to