Hi,in AEM6.2, I have created a user account and loaded the certificate file in the keystore.Now my keystore contains the alias name and certificate file .I want to get the alias name from that keystore and for that i am trying to load the keystore first but unable to load it.The location which i am ...
Hello, I am New to AEM. I had a task to create polls component in aem and along with that i have to add comments and like functionalities to the page in aem communities.How to do that? anyone have worked on those, can please share some information. Thanks.
AM doing a customization of touch UI dialog where i am using some of the function in the dialog events. like below code. Where as i want to use the use function of JavaScript API to call some of the AdaptTo mechanism and use it in the Jquery level code. Will it be possible or it is tightly coupled w...
I noticed that org.apache.felix.scr is exported by one of the bundles in AEM 6.0 but not in AEM 6.3. There seems to be a bundle by name of org.apache.felix.scr in 6.3 also but it doesn't export the same package.Is this expected? Or this is a bug with my copy of 6.3?Should the org.apache.felix.scr ja...
In DamAdmin, select an asset, right click open it , there we have an option to upload custom thumbnail and renditions.Same thing I need to do using java servlet for any type of asset.Any help will be appreciated.Thanks in Advance!!
I am getting this exception in runtime while my project is built on aem6.1 and deployed in aem6.2 server.I tried using the aem6.2-uber.jar but it results in some other issues.Can anyone help on how to resolve the issue?
I have recently started working on AEM. I am creating a page template with a responsive grid system. I have followed all the points in the guide at the link Configuring Layout Container and Layout Mode. Still, the responsive grid system is not working perfectly.e.g This is what happens after I inser...
We would like to track vanity url usage through analytics. One possible solution that we see is to add the vanity url as query parameter to the resulting url. So for example https://www.my-site.com/my-vanity-url becomes https://www.my-site.com/my/real/page.html?s_url=/my-vanity-urlIs this feasible? ...