Not true of script based components. On Mon, Oct 8, 2012 at 11:06 AM, Phillips, Dave <[email protected]> wrote: > > <cfscript> tag is required to indicate to the server that you are about to > provide CF Script. So everything between the <CFSCRIPT> and </CFSCRIPT> > tags is interpreted as script. Otherwise, if you don't have that, the CF > Server doesn't know to interpret the text as script and would simply display > it to the screen. > > <cfscript> > > .... your cf script code goes here .... > > </cfscript> > > -----Original Message----- > From: John Barrett [mailto:[email protected]] > Sent: Monday, October 08, 2012 12:04 PM > To: cf-newbie > Subject: new cf Script style > >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5929 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
