Is it possible to take information entered into a component field, and have it put into fields within the page properties? We’d like to have a component where the page author could enter a title and description and have the values overwrite the page title and the page description as found in the pag...
Lets imagine I have the following components in my AEM projectComponent AComponent BComponent CNow I want to create a new component (Component D) which contains Component A,B and some additional new things. I have added Component A and B using cq:template. SO when we add component D to the page the ...
I know the Style System is relatively new to AEM. Are the styles from the component-level policy exposed in some way, or do you know some way to access those properties via Sling Model so I can expose them in the JSON and read them with React? I appreciate your help. Running AEM 6.5 with SPA Arch...
Hi All,I am getting below error while running the PreUpgradeTask by invoking runAllPreUpgradeTasks() method :com.day.cq.wcm.core.impl.VersionManagerImpl Unable to purge version 1.* for /<path> : OakConstraint0100: Item is protected: <path>What could be the possible reason and solution?
I want to have a touch ui component that has field in the dialog that displays the value that is entered in a seperate touch ui dialog. What is the best way to go about doing this?
Hi,I have one requirement where i have one multivalue field and based on that am trying to iterate by using data-sly-list.My filed is dc:title which i have made multifield and thrn iterating like below:<sly data-sly-list="${asset.properties['dc:title']}">// my code</sly>Now lets say i have values ab...
I need to write servlet code which can run in AEM 6.1 as well as in 6.3. But, as we use Felix in 6.1 and SCR in 6.3 how to write a common piece of code that works for both?