I am building a site where I want the user to be able to "drop in" various elements so they can customize the way the site looks. I have a custom tag that takes an argument of something like "products.main" and that corresponds to an item in the database which has a text field with html and possibly another cf tag to "drop in" something else inside that, like a set of links, i.e. "products.links"...so that's what i'm trying to accomplish. Maybe I could use Mary's suggestion and just use a standard placeholder and regex out the names and then run those through my custom tag wrapped around a savecontent and then regex back in the output into the text and then cfoutput all of that. I'll give that a try.
> You have to write it out to a file beforehand, and then cfinclude it... > > > But I have to ask.. why are you doing this? > > Mark > > On 2/2/07, Robert F <[EMAIL PROTECTED]> wrote: > > I can't seem to remember if it's possible to get CF to parse/execute > coldfusion tags that are inside a database column. For instance, I > have a resultset that I am going to output and the column i'm > outputting has html tags with a cf tag mixed in there as well. I > thought maybe wrapping an Evaluate around it would work, but that does > not work. Any other thoughts? I thought I had found a way to make > this work a long time ago and don't remember what I did before. > > > > Thanks. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268568 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

