If I have 2 components, A and B, and component A includes component B in the JSP like <cq:include path="pathB" resourceType="myApp/components/componentB" />, and I drag component A onto a page, I can edit component A, but if I want to edit component B, I need to refresh the page. Is there a work around for this? I'm using v5.4; is this behavior updated in newer versions?
Thanks