If we configure "/amazon" on any page, let's say "/myapp/home" page and access the home page using the Vanity Path "/amazon", will it cache the "/amazon" in Dispatcher? If yes, then what if we update the "/amazon" vanity path to "/Amazon" and activate the home page, will the AEM clear the Dispatcher...
Hi,I just want to know if someone experiencing their Touch UI's RTE is not saving when it is viewed in sourceedit mode.We have multifield with description that has sling:resourceType: cq/gui/components/authoring/dialog/richtextEvery time we want to edit a text inside using sourceedit and click check...
On this page -Touch UI Feature Statusit is mentioned thatRTE Plug-in: Table (embedded Table Editor)Completethe touch UI migration of tables plugin of RTE is completeHowever in this doc Configuring the Rich Text Editorit is mentioned that -Note: Currently, you can define styles for tables and cells i...
1. I am having the user with entire admin credentials.2. I just want to delete a page from the siteadmin3. when I select the page to be deleted then I am not able to see the delete option for it.4. And this happening only for certain pages.can you please help me out in this .....
If we are using out of the box Vanity approach and we have not selected "Redirect Vanity" option, in that case we will have two different pages cache with single URL. Do we have any mechanism to clear the cache when page is updated, the corresponding vanity pages dispatcher cache is also cleared? in...
Hi All,I am facing issue in AEM6.3(6.1 code was working), @Reference annotation is not working in abstract class.Same code was working fine in AEM6.1Below is my code@Servicepublic abstract class Test implements ABCIntf {@Reference (this is not working in 6.3 was working in 6.1)private Replicator rep...
Hello,is there a way to get current node or current page inside JSP?I am playing with the data source and I would like to get all property on the current page.Thank you so much.Piece of code:<%@include file="/libs/granite/ui/global.jsp"%><%@ page import="com.adobe.granite.ui.components.ds.DataSource...
I have a requirement to fetch some SAML response attributes. For that I have configured those attributes in the Synchronized Attributes field in the AEM SAML 2.0 Authentiacation Handler. But for some users one of my synchronized attribute will be empty. The admin team reports that this is throwing e...
I have a simple sling model, the important part looks like this:This works fine if I use HTL's <data-sly-use="..."> in a component to access resources under the page where the component is used.However, if my component is used in the structure of an editable template, this breaks since the resources...
I am looking into options to use the Replicator API to replicate only specific nodes from my fragments instead of the whole fragment.This is needed because the fragment content (saved under the '/jcr:content/renditions' folder) is still undergoing workflow approvals but the metadata needs to be publ...