CFDUMP - hide option
I am trying to figure out how to reference a 2nd level key within a structure for the purpose of hiding it within a CFDUMP. If I just CFOUTPUT it, I can use one of these references and the value outputs perfectly:
- #test.level1.level2#
- #test["level1"]["level2"]#
But if I don't want CFDUMP to output test.level1.level2, I can't get it to work (e.g. hide='what?'). I've tried these permutations, with no success.
- level1.level2
- test.level1.level2
- level1["level2"]
- test["level1"]["level2"]
Any ideas? Thanks.
