Hi Guys,I am trying to query some assets (type = dam:Asset) within my AEM instance.However even when i search for a simple xpath query such as below , the query is only picking the OOB /oak:index/lucene rather than the expected /oak:index/damAssetLucene ./jcr:root/content/dam/my/custom/assets//eleme...
Hello,I am slightly new to the world of sling models. More used to JSP and custom taglibs (and implementing my own "idea" of models by using reflections) than models. Whatever i have done with models is limited to simple injections, references and self injections.Recently i was fooling around with s...
Hi,Is there a way in AEM that you can cusomise the delete dialog for a component?What I'm am aiming to do is to detect if there is a content reference to the component that is about to be deleted. And would like to display in the delete dialog itself a list of paths where it is being reference else...
Hi Community!I've noticed that ComponentStyleInfoCache stores data about style system applied to a component. But sometimes cache isn't refreshed which leads to a different experience. Could you please share some piece of information regarding the mechanism?Thanks in advance
Hi All,I'm working on AEM6.3. I need to activate page on scheduled point of time using workflows.For that I have added one process step where are adding absoluteTime and in participant step ,I have selected Timeout as Immediate and Timeout Handler as AbsoluteTimeAutoAdvancer.But page is activating i...
Hi All,My requirement is to exclude a dam folder path in workflow launcher for dam update asset workflow.i did it by following below link:How to exclude certain AEM Assets folders from generating renditions But after doing as said in above link, i can see my dam asset in "Unprocessed" state and cant...
Hi,I want to know the description of files and folders in crxde lite i.e. working of every folder in crxde lite .Kindly suggest some links or help me for this details because I follow most of the links of AEM but mostly links donot describe all the folders and files.Thanks in advance
I have 3 fields in my dialog. When i open the dialog, it displays those 3 fields but the right side border is missing on all 3. May be the width is too big to display within the dialog. Please see below snapshot.When i maximize the dialog, they appear fine.Just wanted to check if we need to make any...
Hello,I want to embed a video using the scene7 video player in my webpage, which starts automatically when the page is loaded. For doing this I have set the flag "autoplay" to "1" like:var s7_videoview = new s7viewers.VideoViewer({ "containerId" : "s7_videoview_small", "params" : { ...