質問
Component structure links to /CFIDE/cfcexplorer.cfc
When I go to:
http://www.cfcoding.com/_test/TestOurClass.cfm
I notice that if I click on _test.TestClass (click to collapse) to attempts to take me to http://www.cfcoding.com/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=_test.TestClass. Is there any specific reason this happens? I notice that if I am doing a CFDUMP on a Java object and not a Component that it does not try to link to the CFIDE path. Hopefully this makes sense. I don't want it to do this.
http://www.cfcoding.com/_test/TestOurClass.cfm
I notice that if I click on _test.TestClass (click to collapse) to attempts to take me to http://www.cfcoding.com/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=_test.TestClass. Is there any specific reason this happens? I notice that if I am doing a CFDUMP on a Java object and not a Component that it does not try to link to the CFIDE path. Hopefully this makes sense. I don't want it to do this.