Hi,I've seen that is possible to edit the dialogs through the dialog Editor in AEM. How can I make my own componentes for the dialog? Is that possible?For example to make a color picker, or a datepicker, etc... Thank you!
Hi All, We have integrated AEM with Adobe Analytics. Tracking is happening in all the pages (parent/child) both in author and publisher with the inclusion of the below scripts in our base component body.html<div data-sly-resource="${ @path='clientcontext', resourceType='cq/personalization/co...
Hi guys.Lately I am trying to investigate Oak feature that exploits direct memory (off-heap memory) to increase performance [1] [2] [3]. As far as I have understood, besides memory assigned to AEM through JVM heap, Oak uses off-heap memory as well. In order to actually make use of this feature I hav...
I installed a bundle to test the price for an ecommerce site. When I export my bundle I can not turn it on because he always tells me the error of the above(com.adobe.cq.commerce.api,version=[1.1,2) -- Cannot be resolved). Log:at java.lang.Thread.run(Unknown Source)01.12.2015 09:35:45.334 *INFO* [Os...
Hi,We need a requirement like, CQ page must open in the Client browser's language. Suppose for example, if someone from Spain open the site, it must shown in the Spanish language. If for some odd-reason, client browser's language is unavailable, it must directs to English.Can anyone, please let me k...
HIWe are using the view and edit profile functionality from Geometrix on our site.One user who is logged in can click on "my profile" link which generates following URL:http://<my server:4503>/home/users/a/user1/profile.form.html/content/en-US/account/viewprofileUser gets to view his profilenow if i...
According to the previous AEM documentation (6.0) SCF JSP based components should be ported to HBS versions.Now it seems that the Poll component has just been removed.Is the SCF Poll component in AEM 6.1 removed? What is the alternative / replacement then?
Hi,I have been trying to create some custom metadata schema in which we have about 120 properties to be provided. I could successfully create and edit up to 80 fields. After that if I add some more fields , the previous fields are being vanished. Also I am not able to create more than 8 tabs in my m...
Hiafter login to CUG page if a user clicks on browser back buttonthen click on that CUG page link on top navigation bar, then this partIn the component code I saw that:getResourceResolver().getResource(getStringProperty(linkPropertyName)) return NULL I don't know how to debug it... please help me