RE: CFX and the caller scope?

2001-07-25 Thread Sutton Yamanashi

I am just getting into CFX tags myself, but if they deal with scopes the 
same way as cf_ custom tags you may want to try using the Request scope for 
variables.  From what I understand, the request scope is accessable be 
custom tags, even if the are set in Application.cfm.  (Someone please 
correct me if I am mistaked. Thanks!)

sutton

Original Message Follows
From: "Peter Stolz" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: RE: CFX and the caller scope?
Date: Mon, 23 Jul 2001 08:22:38 -0400

If you have CF 5.0 RC 1 look under CFUSION\cfx\java to see the details of
the java CFX implementation.

P.



-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 2:18 AM
To: CF-Talk
Subject: Re: CFX and the caller scope?


I wish I had more information about how the request.class was written in the
cfx.jar file. I would like to write my own support for the pageContext()
into it. It would be nice at the very least to have support for session,
application, request and caller scope. As usual I want something that the
application is not supposed to do, or is it?

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 12:02 AM
Subject: RE: CFX and the caller scope?


| > I have a lot of cfml custom tags and I am learning to write
| > them in Java. I have looked in the cf-talk and cfx-talk archives
| > as well as all the Allaire doc's I could find and searched via
| > google finding no information about interacting with the different
| > scopes of the calling template.
| >
| > Is it possible to communicate with the different scopes, session,
| > application, caller and so on?
|
| No, it's not, unfortunately. If I recall correctly, you can pass in string
| attributes, and your custom tag can manipulate query objects, and that's
it.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX and the caller scope?

2001-07-23 Thread Peter Stolz

If you have CF 5.0 RC 1 look under CFUSION\cfx\java to see the details of
the java CFX implementation.

P.



-Original Message-
From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 2:18 AM
To: CF-Talk
Subject: Re: CFX and the caller scope?


I wish I had more information about how the request.class was written in the
cfx.jar file. I would like to write my own support for the pageContext()
into it. It would be nice at the very least to have support for session,
application, request and caller scope. As usual I want something that the
application is not supposed to do, or is it?

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 12:02 AM
Subject: RE: CFX and the caller scope?


| > I have a lot of cfml custom tags and I am learning to write
| > them in Java. I have looked in the cf-talk and cfx-talk archives
| > as well as all the Allaire doc's I could find and searched via
| > google finding no information about interacting with the different
| > scopes of the calling template.
| >
| > Is it possible to communicate with the different scopes, session,
| > application, caller and so on?
|
| No, it's not, unfortunately. If I recall correctly, you can pass in string
| attributes, and your custom tag can manipulate query objects, and that's
it.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX and the caller scope?

2001-07-22 Thread Dave Watts

> I wish I had more information about how the request.class was 
> written in the cfx.jar file. I would like to write my own support 
> for the pageContext() into it. It would be nice at the very 
> least to have support for session, application, request and 
> caller scope. As usual I want something that the application is 
> not supposed to do, or is it?

I think that the CFX API is just more limited than we'd like.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFX and the caller scope?

2001-07-22 Thread Bryan LaPlante

I wish I had more information about how the request.class was written in the
cfx.jar file. I would like to write my own support for the pageContext()
into it. It would be nice at the very least to have support for session,
application, request and caller scope. As usual I want something that the
application is not supposed to do, or is it?

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 23, 2001 12:02 AM
Subject: RE: CFX and the caller scope?


| > I have a lot of cfml custom tags and I am learning to write
| > them in Java. I have looked in the cf-talk and cfx-talk archives
| > as well as all the Allaire doc's I could find and searched via
| > google finding no information about interacting with the different
| > scopes of the calling template.
| >
| > Is it possible to communicate with the different scopes, session,
| > application, caller and so on?
|
| No, it's not, unfortunately. If I recall correctly, you can pass in string
| attributes, and your custom tag can manipulate query objects, and that's
it.
|
| Dave Watts, CTO, Fig Leaf Software
| http://www.figleaf.com/
| voice: (202) 797-5496
| fax: (202) 797-5444
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX and the caller scope?

2001-07-22 Thread Dave Watts

> I have a lot of cfml custom tags and I am learning to write 
> them in Java. I have looked in the cf-talk and cfx-talk archives 
> as well as all the Allaire doc's I could find and searched via 
> google finding no information about interacting with the different 
> scopes of the calling template.
> 
> Is it possible to communicate with the different scopes, session,
> application, caller and so on?

No, it's not, unfortunately. If I recall correctly, you can pass in string
attributes, and your custom tag can manipulate query objects, and that's it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFX and the caller scope?

2001-07-15 Thread Bryan LaPlante

I have a lot of cfml custom tags and I am learning to write them in Java. I
have looked in the cf-talk and cfx-talk archives as well as all the Allaire
doc's I could find and searched via google finding no information about
interacting with the different scopes of the calling template.

Is it possible to communicate with the different scopes, session,
application, caller and so on?
I also tried to invoke the javadoc on cfx.jar file to see if I could take a
look at the class documentation and I keep getting a class constructor
expected error so the html docs never get created. Any insight or help would
be appreciated.

Bryan LaPlante
816-347-8220
[EMAIL PROTECTED]
http://www.netwebapps.com
Web Development


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists