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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to