yes in this case within your cfc you can use arguments[1] or
arguments.datefeed

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Tony Weeg
Sent: Wednesday, September 10, 2003 3:58 PM
To: [EMAIL PROTECTED]
Subject: [CFCDev] arguments scope.


question:  in this sample of code.

does the date variable become part of the arguments scope within my cfc?

        <cfinvoke
          component="isDateDST"
          method="isDateDST"
          returnVariable="session.withinDST">

          <cfinvokeargument
            name="dateFeed"
            value="#date#">

        </cfinvoke>

thanks.

tony weeg
sr. web applications architect
navtrak, inc.
[EMAIL PROTECTED]
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Liotta
Sent: Wednesday, September 10, 2003 3:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [CFCDev] Java DOM API's(Crimson/Xerces) in CFMX 6.1 Or
RedSky


> You can use JAXP which enables you to write code independent of Vendor

> Parsing API's(Crimson, Xerces...etc)
>
I am perfectly aware of what JAXP is having written a JAXP compliant
parser myself.

> If JAXP API Impmentations are used.. you can use any parser you want.
>
That is the big if. Just because someone is using a JAXP compliant
parser doesn't mean they are using only the JAXP APIs.

However, all of the above is moot if Macromedia only supports Crimson.
We were working with Macromedia on integrating one of our products when
we discovered that CFMX had a dependency on Crimson, which was
problematic for us since our product had a dependency on Xerces. We
suggested to Macromedia that if CFMX was to be a platform for web
applications then it couldn't enforce dependencies like that on
applications it is bundled with. I was told over the phone by Mike
Nimer that when Macromedia first released CFMX they allowed any XML
parser to be used, but they were having support issues that they
determined would be best resolved by forcing CFMX to use Crimson. Thus,
as of CFMX for J2EE phase 2, Crimson was required.

Matt Liotta
President & CEO
Montara Software, Inc.
http://www.MontaraSoftware.com
(888) 408-0900 x901


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to