A nested custom tag is simply a module that has an open and a close tag. For example:
<CF_mynestedtag>
stuff...
</CF_mynestedtag>
The code you write for mynestedtag.cfm will be called twice. Once at the open tag and
again at the close tag. At the time of the close tag it will have available all of the
content in the middle to manipulate. You can create additional tags and with
CFASSOCIATE use them in the middle like this:
<CF_mynestedtag>
... stuff...
<CF_dosomething>
...stuff...
<CF_dosomething>
. ..stuff...
</CF_mynestedtag>
At 10:30 AM 8/23/00 +0000, [EMAIL PROTECTED] wrote:
>Hallo every one
>I study ColdFusion, but i'm get a problem. I don't
>understand about nested custom tag. Anyone can help me
>by give me a example about nested custom tag.
>Thank you
>
>---------------------------------------------------
>This mail is sent through http://dingo.ubaya.ac.id/
>------------------------------------------------------------------------------
>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.
---------------------------------------------------------------------------
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.