Hi, I have just started learning AEM. I have setup and installed AEM 6.5. When i created a new page in Site, page got created successfully but when i tried to edit the page by following UI steps, it opens up in different tab name AEM Editor but didn't give any option to edit or add something on th...
I'm trying to write some logic in JavaScript file in my custom component but the use function is not firing the console.log. Does anyone know why it won't work. I even tried using window.alert but that won't work either. but I can create a var and assign a string value and display that value through...
Hi Team, We are facing very strange issue as some of the packages not getting uploaded. History: We earlier had installed 6.5.11 and in code, were referring to 6.5.11 uber jar, everything was fine, packages getting uploaded, bundles are active. We setup fresh instance 6.5.13 and trying to upl...
in the AEM java code, you have filters, servlets and services. services are defined like this: @Component(service = SomeService.class) public class SomeServiceImp implements SomeService { Is this a singleton? can it store state (assume not)? Is it thread safe (assume not)? Are there any tu...
While anlalysing some aem component, I saw trackingFeature="core-components:image:v2" property in cq_dialog > .context.xml. What is the use of trackingFeature="core-components:image:v2" ? Please share, If there any documentation available which explaining about these properties?
Hi, When using pageManage.delete(page); This triggers activation of the page we are deleting and I see that the page is removed from the publisher as well when doing this. But can anyone explain why the action is "Activate" ? Thanks and Regards, Vijaya Kumar A
Hi Team, Kindly suggest me on the below. Written a query to list out all pages which are available in a period of time. startdate: 2022-09-16T01:05:00.000+05:30 Issue here is the content started showing at 1:06. It supposed to be shown at 1:05 as mentioned in the startdate. 1 min delay in picking ...
Does anyone worked on the solr search to boost the result based on maximum search keyword match? Actually I am doing query on Solr to get the result based on multiple keywords search and need to boost the result based on maximum matches keyword. Let say my search term is field:("suresh" or "ramesh" ...