Hello eveyone
I’m working with selectors and tags and I need to load the next page while keeping the tag.
<li class="cmp-pressreleaselist__page_next">
<a data-sly-unwrap="${list.isLastResultPage}"
href="${currentPage.path @ selectors=[list.currentResultYear,list.currentResultCategory,list.nextResultPageNumber], extension='html', context='unsafe'}">
${'Next' @ i18n}
</a>
</li>
The issue is that is aem the namespaces where the tag is located is separated by column “:”, example “paris:louvre” but the href doesn’t accept columns “:”
example dref="content/core/adobe/home.2022.info:events.1.html
Does anyone know how can I make it work ?