AEM 5.6.1 "scaffold" component initially draws with one JSP and then re-draws with a completely different JSP OK, so a high level, quick description of my problem:1. I have a certain page, which is just used by our content authors to edit raw data in a Scaffold-like setup which is apparently very dissimilar from most people's AEM/CQ setups for data/scaffolding2. Each of these pages has a structure that is like /path/to/thepage/actualpage/jcr:content/cards/card -- I don't know what cards and card are all about, beyond a "legacy data structure" but they are jcr:primaryType=nt:unstructured, and there is just one of each per "page."3. When a content author right clicks and says edit (there is really just one page component with one huge modular component, it seems like, if that's the correct parlance), they have a Dialog of Panels and when they modify the data, and save it, the page then redraws in a completely different way. 4. The initial draw is from the actualpage/jcr:content's sling:resourceType's JSP -- but after saving its from the actualpage/jcr:content/cards/card's sling:resourceType's J