Hi guys,
I am developing in CQ5.4 and have added custom page properties to a couple of templates.
I've swapped out the individual tabs which are under 'apps/project/pages/genericpage/dialogs/pageproperties' and which I reference in the respective dialog.xml of a page like this:
<basic
jcr:primaryType="cq:Widget"
path="/apps/project/pages/genericpage/dialogs/pageproperties/tab_basi c.infinity.json"
xtype="cqinclude"/>
All of this works fine and the correct page properties are loaded when a page is opened directly from the content tree. But if a link on the page is clicked which takes me to a page with a different template and page propreties, these are not updated and I keep seeing the page properties from the first page I've opened.
What can I do to make sure that the page properies are updated?
Any help will be bery appreciated
Thanks,
Alex