I am curious if is possible to have custom tags produced dynamically (Their names)


I am calling custom tags like:

<cf_tag1></cf_tag1>
OR
<cf_tag2></cf_tag2>
OR
<cf_tag3></cf_tag3>

So, if I do the following:

<cfset variables.which_tag = "tag2">

Is there a way to do something like this (though I know this doesn't work)

<cf_#variables.which_tag#></cf_#variables.which_tag#>


These tags do different things and depending on which tag we use, depends on what 
comes out of the database.  But we are only calling on of them and I have NO idea what 
the name of this tag will be.

Any Suggestions?

Thanks

Paul Giesenhagen
QuillDesign



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to