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
I'm looking to create a servlet in AEM that will loop over several pages created in AEM and get the html, ideally for the paragraph system component on the page but if that is not possible then the entire page will do, I know if I write this in a jsp I can do it with sling.include("/content/foo") bu...
Hi,I had setup my local instance to interact with AWS S3 using this tutorial. http://cq-ops.tumblr.com/post/88962236474/how-to-configure-aem6-datastore-for-amazon-s3 and https://docs.adobe.com/docs/en/aem/6-1/deploy/platform/data-store-config.html.However, when i start the instance i see the excepti...
Anyone has any experience creating AEM oak index for two properties that are combined in an OR statement? I have created oak indexes for both properties (lastReviewed is a custom property) but none of them are being used for this statement:SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE([...
Hello All,I have been exploring S3 vs File system for storage assets. Our asset size is approx a 1TB and i have been tasked with finding out if we should use File system storage vs S3. The assets would mostly be static and have some workflows associated with them that move them around based on busin...
How can i create a quiz creating form for author user so as to add questions and answers , results and create a quiz. i used ootb survey form and created two text boxes in a panel , and tried to create repetable section using follwing link: https://helpx.adobe.com/aem-forms/6/creatin...