
sightly - AEM different ways to use HTL sly - Stack Overflow
Dec 16, 2020 · AEM different ways to use HTL sly Asked 5 years, 1 month ago Modified 5 years, 1 month ago Viewed 2k times
Retrieving values from multifield component in HTL in AEM 6.5
Retrieving values from multifield component in HTL in AEM 6.5 Asked 6 years ago Modified 2 years ago Viewed 15k times
sightly - AEM HTL repeating an element containing "data-sly-resource ...
Jan 21, 2022 · I am trying to loop through an div element containing "data-sly-resource" to be able to include that component as a child. I have a table element where each cell has an individual author...
aem - Sightly (HTL) List iteration - Stack Overflow
Feb 13, 2017 · You can either use data-sly-list or data-sly-repeat to iterate over collections / iterables in HTL. Both of them work the same with the only difference, data-sly-repeat doesn't require a container …
How to add data-attribute conditionally using HTL in AEM?
How to add data-attribute conditionally using HTL in AEM? Asked 5 years, 7 months ago Modified 5 years, 7 months ago Viewed 4k times
Pass parameters to data-sly-include in sightly/HTL
Jul 27, 2017 · Pass parameters to data-sly-include in sightly/HTL Asked 8 years, 6 months ago Modified 8 years, 6 months ago Viewed 10k times
aem - Sightly - Empty check on list HTL - Stack Overflow
Sep 6, 2020 · How to check the empty list on Sightly? I wanted to prevent render the item-list DIV if there was no item on itemImgaeList. But it returns me one (1) always if there were no items while …
AEM - certain page properties don't render in Sightly HTL
Dec 9, 2021 · I am trying to access certain page properties for a certain page using a path defined in a component's dialog. I am using this in my AEM PageCard Class: public Page getPage() { return this.
Access AEM component data as JSON within HTL (Sightly)
May 31, 2021 · I want to render this entire json object in my component's HTL. Is there an elegant way of doing this? I dont want to create an additional request to retrieve this data. Basically I want to call …
aem - AEM6.5 Passing paramater to the resource from HTL/Sightly ...
Nov 18, 2022 · AEM6.5 Passing paramater to the resource from HTL/Sightly template Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 497 times