You say: <cfmodule template="MyTag.cfm"> ... stuff... </cfmodule>

Justin Kidman

-----Original Message-----
From: Peter Theobald [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 11, 2000 2:54 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Custom Nesting Tag 


I'm creating a custom tag that has a start and end, ie: <CF_MyTag> ...
stuff... </CF_MyTag>

In the tag I test ThisTag.ExecutionMode to see if I should be handling the
start or end processing.

Here's my question:
I MUCH prefer to use the explicit syntax: <CFMODULE TEMPLATE="MyTag.cfm">
than the <cf_MyTag> syntax because it's faster and clearer. However I don't
know how to specify the END tag with that syntax.

Do I say: <cfmodule template="MyTag.cfm"> ... stuff... </cfmodule>
Do I say: <cfmodule template="MyTag.cfm"> ... stuff... </CF_MyTag>
Neither of these looks right.

Do I have to say: <CF_MyTag> ... stuff ... </CF_MyTag>

?



---------------------------------------------------------------------------
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 Fax 1.212.679.8032

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to