thanks, all I wanted to to do was get a CT to construct the a table from a result set and then ping it back to the page in question (its for a CT, which I need to be copy and paste.)
-----Original Message----- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 12:01 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] cfsavecontent Write your own. Here: [cf_saveContent] <cfswitch expression=#thistag.executionmode#> <cfcase value="start"> <cfparam name="attributes.var" type="string"> </cfcase> <cfcase value="end"> <cfset "caller.#attributes.var#" = thisTag.generatedConent> <cfet thisTag.GeneratedContent = ""> </cfcase> </cfswitch> Steve -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 11:16 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] cfsavecontent yep...thought so....ta (and arse) -----Original Message----- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 11:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] cfsavecontent CF5 and above D -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED]] Sent: 04 February 2003 11:16 To: '[EMAIL PROTECTED]' Subject: [ cf-dev ] cfsavecontent Is cfsavecontent a CF5 and above tag? or is it available to CF 4.5.x, -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
