Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How can you use data-sly-test to check if a MultiField Helper has items?
<div data-sly-use.helper="${'com.cibcpublic.aem.core.util.MultiFieldHelper' @ propertyName='socialmedia'}" data-sly-unwrap>
I tried <div data-sly-test="${socialmedia.listChildren}"> but that didn't work.
Never tried testing on front end - most of the time when using Multi-field - we are reading the Multi-field data (that an author enters) using Java on the backend - see:
https://helpx.adobe.com/experience-manager/using/htl_multifield62.html
https://helpx.adobe.com/experience-manager/using/htl_repeat.html
As you can see in these articles - you can get at the node level and then write app logic to read the node to see if there are values.
I'm talking about in Sightly just detecting if items and their fields have been entered in the dialog by the author.
Views
Likes
Replies