Sure, you can use closing tags with cfmodule :

<cfmodule template="/foo/zoo.cfm">

</cfmodule>

The only thing you have to look out for is cases of additional cfmodules
inside...

<cfmodule template="/foo/zoo.cfm">

<cfmodule template="/goo/moo.cfm">

</cfmodule>

In this case, CF will think you are closing moo, not zoo. In this case, you
will have to use <cfmodule .. /> syntax.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to