We have an issue in AEM 6.3 authoring when using RTE tables in more than one component on the same page and editing the cell property of different component tables.After changing the cell property of a table in one component, we are unable to change the cell property of another table in another comp...
Dear Experts,currently I'm having trouble installing SP1 on AEM 6.3 author instanceThe error message is:Error during processing:org.apache.jackrabbit.vault.packaging.PackageException: java.lang.IllegalStateException: Base version does not exist for /bin at org.apache.jackrabbit.vault.packaging.im...
Hi guys,is it possible to set a OSGI config variable through a dialog? For Example I want enable the authors to change an API Key, but not only to change it I want to create a variable according to the baseurl the component/service is running on.Test.com uses one config variable which is created on ...
Almost exact same question as iParsys and dispatcher If we use iParsys for creating site header and footer and if there is any change in the iParsys content.1. Dispatcher cache needs to be flushed for all the child pages using iparsys. 2. Do not want to clear dispatcher cache for pages not referring...
So I have the following HTL code that includes section templates<section> <sly data-sly-resource="/content/config/header"></sly></section><section> <sly data-sly-resource="/content/config/section1"></sly></section><section> <sly data-sly-resource="/content/config/section2"></sly></section><...
so I'm including another file via:<hr>${fish.name}<hr><div> <sly data-sly-include="my-include-file-here.html"></div>I'm wondering if I can pass my "fish" object to my-include-file-here.html.I've looked the internet but can't find what I'm looking for.Thanks
so I'm including another file<hr>${fish.name}<hr><div> <sly data-sly-include="my-include-file-here.html"></div>I'm wondering if I can pass my "fish" object to my-include-file-here.html. If it's possible, how can I do it?I've looked the internet but can't find what I'm looking for.Thanks
hi all,I would like to create a POC using the new feature of oak: composite node store. Could you please help me out to understand where I can get more info and also more documentation about how to implement and use this new feature in AEM 6.3?thanksGiacomo
I am getting this error which is described in one of the AEM tutorialsGetting Started with AEM Sites Part 2 - Creating a Base Page and Template Unfortunately, the suggested fix does not work:First issue is, Eclipse does not allow removing Dynamic Web Module through the UI.Second issue is, if you for...