Journeyman CF
Paired Custom Tags
You may have heard that Release 4 of ColdFusion introduced support for nested and paired custom tags. This offers many possibilities for creating more complex custom tags.
Reader Feedback : Page 1 of 1
#1 |
charles arehart commented on the 21 Feb 2003
I didn't address this point in the article, but in case anyone asks, you can use CFMODULE to do nested custom tags. Just note that if you place a single CFMODULE within a pair of others, you'll want to be sure to close the inner CFMODULE, as in or in case brackets don't show up in this commenting system, here is the tag offered using &gt and &lt: <CFMODULE ... \> |