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

Reply via email to