There are a lot if issues to work out and understand well but it is entirely possible to combine Application.cfm / Application.cfc functionality.
You can have a lower level Application.cfm include a higher level Applicaiton.cfm template. You can get also have a lower level Application.cfc extend a higher level Application.cfc. With these effects it may be possible to combine applications. I once saw this trick. <cfapplication name="one" ....> <cfdump var="#application#"> <cfapplication name="two" ...> <cfdump var="#application#"> This template has accessed two application scopes. I presume a combination of this effect and the use of variable or request scopes it would be possible to pass date from one application scope to another. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292239 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

