We had a great session at our Chicago office as we hosted the AEM Midwest Chapter's 9th meeting in the community! Held last Thursday, 9/18, we enjoyed deep-dish pizza (a real Chicago treat!) and beverages and had a great discussion with other partners on a topic that everyone's talking about: AI. ...
HI , I'm trying to configure a touchUI RTE plugin and managed to enable OOTB plugins (styles, paraformat ,..) in dialog and inline mode . I'm using below article (1) to add externalStyleSheets property to the parent node of "rtePlugins" (cq:dialog/content/items/tabs/items/text/items/column/items/...
Upgrading AEM from 6.1 to 6.2, face this issue. The Day Communique 5 Analytics(com.day.cq.cq-analytics) is installed status because com.day.cq.personalization,version=[5.8,6) -- Cannot be resolved and com.day.cq.replication,version=[5.17,6) -- Cannot be resolved.I see AEM 6 Analytics Integration Bun...
In AEM 6.2 com.adobe.granite.xss.XSSAPI is deprecated and use of org.apache.sling.xss.XSSAPI is suggested, however cq:defineObjects in http://www.day.com/taglibs/cq/1.0 still uses the deprecated one.Is there any new taglib version which i need to use in my global.jsp?
We are using the granite/ui/components/foundation/form/select with multiple=true. We are able to select the multiple values. but once we try to clear the values, its only allowing to clear one value at a time. When I am trying to clear multiple values all at once and submit, the dialog, changes are ...
Hi, I am not able to login in AEM publish instance through web browser - <my_publish_instance_ip>:4503/crx/packmgr/index.jsp But if I test the same from replication agent, it says "Test connection successful"Also if I check it from CURL , like curl -u admin:admin http://localhost:4503/crx/packmgr/se...
Hi,'OmniSearch’ is useful for the authors to search anything from the repository. Can we use it for publish instance? If yes, how can I go ahead with this? I took reference from following links:-https://docs.adobe.com/docs/en/aem/6-2/author/author-environment/search.htmlhttps://docs.adobe.com/docs/e...
Hi,I want to use Ensighten data for AEM personalization but can't find enough resource anywhere. Has anyone used AEM + Ensighten together? How can read the information in data layers to create stores and leverage that for personalizations?Thanks,Swaty
Hi All,Suppose I have a bean class Sample.java, which in turn has one attribute private List<Image> images. The Image.java has private String url. I want to read only the first url property of the list in my sightly file.Any thoughts/pointers/reference code on how to do this will be really helpful.
I have configured Solr Remote Server integration following steps as per reference. I can see the content getting indexed to the remote solr server. As per the reference link "The purpose of the Solr index is mainly full-text search but it can also be used to index search by path, property restricti...