Hi, I am looking for an understanding of how to make a dialog dynamic in the sense that if say when the author is on a component's dialog, if they selected a checkbox then a drop down list of items would be dynamically generated in the dialog. RegardsClive Stewart
How many application related users can we create in AEM publish instance.? does this reflect in any performance issue if the number of users is more than 60,000.? Is there any limit on the licencing for the Author Users for AEM?
Hi all, I wrote a Java class which extends WCMUse in AEM6. It compiles fine on AEM6. However, when I move my code to AEM5.6.1, and compile the code, I got the following error message:"Only a type can be imported com.adobe.cq.sightly.WCMUse resolves to a package""WCMUse cannot be resolved to a typ...
Hi experts, I came across a scenario through one of my colleagues. I believe you guys can help me find solution for this issue. What happens if there are multiple implementations for a service interface? For instance consider the following interface, public interface CheckService { public Stri...
Hello Friends,I want to get all dam assets but not subassets. Subassets are also of same type as assets i.e. dam:Asset.Is there a way to have a wild card (or LIKE operation) in case of the path predicate?path=/content/damtype=dam:Assetp.limit=-1group.p.not=truegroup.1_path.operation=likegroup.1_path...