Problem : Pages that contain Experience-Fragment is getting cached after publishing the Experience-fragmentObservation :Create a Experience Fragment, add this fragment to any content page.Now, make any content changes in the fragment and publish the fragment, but not the page.Two scenarios after pub...
We are exploring an option, where we will have aunlocked parsys in the editable template which allows certain components to be draggable by the page author. Page created by this template has the parsys where the user has the ability to drag and drop the components but however they can not add/edit t...
Hi,today I have done the exam AD0-E103.When I had finished the test I didn't see anything report or score and wrong response.I have seen only that I don't pass the test because my score was low.I am sure that I had done well, maybe I had wrong some response but I sure that I had done almost 68%.Now ...
Hi guys, we wonder how to delete versions of Assets or Pages, which are already deleted.We tried the different purge tools, but none of them delete versions of deleted assets or pages. I know that this is a feature of a version, to get old (or deleted) content back. But I don't believe that there is...
Hi Guys, I'm using AEM 6.2 which is integrated with Target thru cloud services for a/b testing and rules based personalization. The logic works properly for both activity types, but there is a bug in the AEM author environment.After targeting any components they look good unless I leave page. If I l...
RTE is automatically adding white-spaces in between the html code added via source code plugin. Even when I remove the space, save and re-open, the white-space comes back again. Is this a known bug in AEM 6.4.5.0?
I have observed that whenever I use the ./text as a property value to fetch the data from cq:dialog then only the Microsoft translator is able to translate the text data in different languages, but if I change the property value to ./headText or anything else then that text data value it is not gett...
We recently did inplace upgrade from AEM 6.3 to AEM 6.5.The default value set in a dropdown using select component worked fine for touch UI with following setup but not working in 6.5.selected="{Boolean}true"In 6.5,the default value setup is not working there by always displaying the top one in the ...
Session session = getRequest().getResourceResolver().adaptTo(Session.class);UserManager userManager = getResource().adaptTo(UserManager.class);Authorizable auth = userManager.getAuthorizable(session.getUserID());userId = auth.getID(); So I have the code above to get the currently logged in username...