Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/abaf16115a42d7b3d2a6e3b90d2bd06d to your computer and use it in GitHub Desktop.
Save trycf/abaf16115a42d7b3d2a6e3b90d2bd06d to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
stTest = structNew();
stTest['test_root_val'] = 1;
stTest['EC'] = structNew();
stTest['EC'].bCreateBeanFile = true;
stTest['EC'].bCreateColdSpringFile = true;
stTest['EC'].sConfigBeanObjPath = 'models.GlobalConfig';
stTest['EC'].sColdSpringDefFilePath = '/config/GlobalConfigColdspring.xml.cfm';
stTest['EC'].sECDefinitionFilePath = '/config/environment.xml.cfm';
stTest['EC'].sub = structNew();
stTest['EC']['sub'].test_sub_val = 'test';
prdHashMap = CreateObject("java", "java.util.HashMap").init();
</cfscript>
<cfdump var="#stTest#" label="result">
<cfdump var="#getMetadata(stTest)#">
<cfdump var="#getMetadata(stTest).getSuperclass()#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment