I'm working with a page in Coldfusion and I have instantiated an object on that page. Let's call the object myobject. I'm able to access all the methods of that object (such as myobject.getName()) on this page and all pages that are included as part of the page flow.I'm working with a page in Coldfusion and I hav