Re: write component/object with cfscript

2005-07-02 Thread Johnny Le
Ah, so you were the one who corrected her. I thought somehow you missed that important announcement. Yep, I remember. That was session 14 (room 1) by Melissa Lizmi. She also gave a presentation on Variables and Conditions. I did not attend that session though. BTW, Mike, thanks to your pre

Re: write component/object with cfscript

2005-07-02 Thread Adam Haskell
s? Were there any other points > of the presentation that seemed wrong? > > ---nimer > > > -Original Message- > From: Johnny Le [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 02, 2005 11:23 AM > To: CF-Talk > Subject: Re: write component/object with cfs

RE: write component/object with cfscript

2005-07-02 Thread Mike Nimer
ly 02, 2005 11:23 AM To: CF-Talk Subject: Re: write component/object with cfscript According to a presentation at CFUNITED-05, cfscript is fading out and at some points it won't be supported. The presenter is not from Macromedia. So I don't know how reliable the source is. I meant to ask M

Re: write component/object with cfscript

2005-07-02 Thread Johnny Le
According to a presentation at CFUNITED-05, cfscript is fading out and at some points it won't be supported. The presenter is not from Macromedia. So I don't know how reliable the source is. I meant to ask Mike Nimer about that, but I forgot. It sounds silly though. Johnny >would be sligh

Re: write component/object with cfscript

2005-07-02 Thread Adam Haskell
he "function" keyword. > > Cheers > Chris > -Original Message- > From: John Beynon [mailto:[EMAIL PROTECTED] > Sent: 01 July 2005 09:14 > To: CF-Talk > Subject: Re: write component/object with cfscript > > CFCs have to be written as tags, , , cfscript >

RE: write component/object with cfscript

2005-07-01 Thread BOUDOT Christian
Thanks for your reply I just touhgt there might be a way to use the cfscript way with some additional stuff in front of the "function" keyword. Cheers Chris -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 01 July 2005 09:14 To: CF-Talk Subject: Re: write

Re: write component/object with cfscript

2005-07-01 Thread John Beynon
CFCs have to be written as tags, , , cfscript can be used inside the though. john. On 7/1/05, BOUDOT Christian <[EMAIL PROTECTED]> wrote: > Hi Folks, > > > > I am writing an object definition with cfcomponent and I would like to use > cfscript inside. I couldn't find any reference if there w