>>In my "master" app, I'm using cfapplication in app_globals and everthing
>>works fine. Then I use CFMODULE which calls the "slave" app (which also
has
>>an app_globals and cfapplication) and everything seems to go fine in
there,
>>then when it comes back out to the master app, it can't find any of
>>application level variables which I set in before the CFMODULE??
>>It seems to me the second cfapplication tag in the slave app is
overwriting
>>the masters one and all the variables that go with it..
I think the variables are all still there, it's just that CF is focused on
the 'slave' application variables. Reexecute the original <cfapplication...>
tag again, right after returning from the <cfmodule...></cfmodule> call.
That focuses CF back to the master applications' variables.
Regards
David Perkins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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