I want to have a touch ui component that has field in the dialog that displays the value that is entered in a seperate touch ui dialog. What is the best way to go about doing this?
Hi,I have one requirement where i have one multivalue field and based on that am trying to iterate by using data-sly-list.My filed is dc:title which i have made multifield and thrn iterating like below:<sly data-sly-list="${asset.properties['dc:title']}">// my code</sly>Now lets say i have values ab...
I need to write servlet code which can run in AEM 6.1 as well as in 6.3. But, as we use Felix in 6.1 and SCR in 6.3 how to write a common piece of code that works for both?
I am trying to get article pages tagged with only specified cq: tags. I Followed following documentation and ACS Commons Git references.When I execute query in predicate query console it works fine. It returns me only articles only with required tags.where as when I run query in java code. I get sea...
Hi guys,In the Sling documentation, it alludes to using JavaScript instead of Apache SSIs to implement Sling Dynamic Includes (https://sling.apache.org/documentation/bundles/dynamic-includes.html#javascript-include) but it gives very little detail and no example. Is it possible to include certain c...
Hello All,I am trying to send an email to a group email I.D and it doesn't give any error but we are not receiving the Email. When I try to do the same by replacing with one email I.D then we are able to send the email.I am using "com.adobe.acs.commons.email.EmailService" and Day CQ Mail Service.Can...
Hi Team,I am using AEM 6.3 version. I am trying to create a event from 9 AM -5 PM GMT but somehow when i publish the page, event time is showing incorrectly as 8PM. Please find the below screenshot. The first view is in edit more where you can see i have set the even start time as 9AM but once the s...
Hello everybody,I am trying to update some asset information using bulk metadata import process and result is not as desired:- Imported .csv file only modifies underlined fields at Basic tab.Is it posible using bulk metadata import to change fields in Cards Covers tab as follows: Attached .csv expor...