We are running on AEM 6.1 SP2 CFP4. The way we installed SP2 and CFP4 was thru copying the zip packages into the install folder (this was recommended by Adobe because we were facing some issues while installing them thru package manager).Now we are planning to upgrade to AEM 6.3. One of the note on ...
Hi All,I was reading over the documentation on the ContextHub Tool and it seems like it would be a great tool for use as a generic data layer but had some questions that wasn't in the documentation. Questions:The data element monitor polls for the values. Will page load time be affected?Is anyone us...
I created a template based on an editable template type in AEM 6.3. Under the Structure, I can drag and drop the components. However, when I switch to Initial Content, I didn't see the "drag components here", I have noway to add any components.In order to make "drag components here" available under ...
Hi All,I am working on Touch UI (AEM 6.1) and facing below issues.I don't see the components on the left rail though I have added the components from design mode. I am dragging and dropping the component from classic ui. I found in forum that there is cache issue in touch ui. Cannot find my componen...
I'm trying to keep the data store in an external location. So, I created1. org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfgpath=D:/data-store/AEM/repo-datastore-102minRecordLength=40962. org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfgcustomBlobStore=B"true"Thi...
Hi all,I tried implementing iparsysBy including resource "(/libs/)wcm/foundation/components/iparsys" -- In page I didnt get parsys where i can drag my component, i got only ingered paragraph system where I can configure, disabling / cancelling inheretence . So ultimately i am not able to add compone...
I've done as specified in https://docs.adobe.com/docs/en/aem/6-2/author/personalization/content-targeting-touch.html and i'm abel to see the experiences in Author mode, but when i'm using "View as Published" or on Publish instance (after Publishing the page), the targeted components do not show up. ...
I'm creating a select list using granite/ui/components/foundation/form/select and using the emptyOption and required properties. The emptyOption appears to work as expected, but the required option isn't enforcing something to be selected? Also, could emptyText be used in conjunction with emptyOp...
AEM has some logic behind the <a> tag in which all properties put inside are lowercased, E.g.In a JSP file:<a someProperty="value"></a>gets processed and transformed into this:<a someproperty="value"></a>which makes some front-end frameworks not work properly.I tested this in CQ5.6.1 and AEM6.3 so I...
Hi all,In Touch UI How to create two multifield fields with in a multifield container?I'm trying to create two multifield fields(for example groups and accounts) with in a multifield(list).It is not allowing me to create a second Multifield(It is displaying out of the main multifield block).Here ext...