> I do not think <cfoutput> carries over to any included file.  So, you
Can
> have a pair of <cfoutput> tags nesting your included file, but this
would
> only be necessary if the file name itself was a variable:
>
> <cfoutput>
>  <cfincude template="dsp_#variablepagename#">
> </cfoutout> <!--- I am not saying this is a good idea --->

This isn't the case - within any CF tag, the attributes can be part or
all variables

Like <cfquery datasource="#application.DSN#">


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to