> 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.
One way I've done this in the past is to basically create a pseudo-tag in the output that I can search and replace on. Something like [cfcode]. Just create different tags for whatever you need to include in the text, and run your output through a function that will search and replace on them. --- Mary Jo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:268408 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

