Hi,I've been experimenting with AEM 6.1 personalization feature. I have created campaign-activity-experience and also segmentations.I managed to author targeted content through targeting mode. It seems working on targeting mode, when I switch the activities, it'll show the targeted content for respe...
Hi,What's the recommended way to implement pages that are shared deployment-wide? For example when we want to implement a page called "Under review" that based on some rules should be served to users in place of the actual pages of a website.We have a few JSP under /content/global-pages that we want...
Hey guysThe title sums it up pretty well. I'm extending GridPanel and in that custom GridPanel I want to do the following:I want to retrieve the CRX path of the current (custom) multi field item, for example like this: findParentByType("CQ.Dialog").pathTransfer that path as parameter to my servlet: ...
Hi,Can someone describe how CQ manages user session when for example user works with some cq page which related with another pages and in middle of his work process CQ page is updated by new publish, so user session can be spoiled by unexpected update, how CQ canhandle this case?Also what about serv...
Hi,My cq is working fine if access it without dispatcher, but if I visit it via dispatcher and got 403 forbidden. There has two link point to a same server, but the [1] is working fine, the [2] is got 403 forbidden. If we use IP to access directly and it is also working fine. It seems that verify a...
We are authenticating a user using the /j_security_check and then adapting the sling request to UserProperties and UserPropertiesUtil.isAnonymous and always returning true and the username is anonymous and not the name that was logged in code example UserPropertiesUtil..isAnonymous(slingRequest) is...
Hi,We are trying to figure out a way to disable a user account from logging into AEM. We want to keep the account in the system, just somehow disable it and have the option to re-enable it if it is ever needed.Anyone have a solution for this? We have tried the activate/deactivate functionality in th...
Hi,When a teaser component is used for the segmentation in a page, it resolves to one segment from the existing and displays the teaser accordingly. is there any API to get the segment which the current request falls to in the service layer ?
Hi,Few members granted by us for Admin access to the particulate group on the website. After giving access 10k users got deleted from the particulate group on the website exclude latest granted users.Please help on this to look for which logs are required for this... & Which string required look for...
Hi,I getting NoClassDefFoundError when trying to use com.day.crx.security.ldap.jmx.LDAPUserMBean class to connect to LDAP from OSGI Scheduler. I have placed <Import-Package> com.day.crx.security.ldap.jmx.LDAPUserMBean;resolution:=optional, </Import-Package> in maven but in bundle I see it could not...