AEM CQ5.6 Add config page in other page -
i have homepage(template) , homepage(page) create config(template) , config(page)
i want when homepage create config page inserted homepage through identifier(id) config
.
(later config page used config other components, start body must show message 'config page'. inherit foundation/components/page
.)
how implement functionality?
well can using <cq:include path="configpage" resourcetype="myapp/components/configpage" />
but don't understand why id needed. when can directly add page. using cq:include
add above tag inside homepage.jsp include config.jsp inside it
Comments
Post a Comment