Hi,
I am currently experimenting with an experience page setup. Basically I have the following folder structure:
- xpage folder
- regular folder
- nested xpage folder
- regular folder
And nested wilcard sitemap items:
_default_
relative content path refers to xpage folder_default_
relative content path refers to nested xpage folder
The experience pages within the xpage folder can be viewed and edited in the Experience Manager. It is possible to create experience pages in the nested xpage folder and they can be viewed on the site, but they cannot be viewed or edited in the Experience Manager. I can imagine why this is the case. A document in xpage folder with url ‘xpage-1’ can be easily added to the sitemap. A document in nested xpage folder with url ‘nested-xpage-1’ is intended to be displayed at url ‘xpage-1/nested-xpage-1’, but the Experience Manager does not know the parent url of ‘nested-xpage-1’ is ‘xpage-1’. Hence the page cannot be previewed. In this case the concrete folder structure would be:
- xpage folder
- xpage-1 document
- xpage-1-content folder
- nested xpage folder
- nested-xpage-1 document
- nested xpage folder
Is there any way to make the nested experience page show up in the Experience Manager? Currently, there is no way to preview the page or add/remove components to/from containers.
Thanks in advance!