Here is my use case, I have thousand text article contentI need to create pages with same structure and layout for these 1000 articlesI don't want to create each page manuallyHow do I automate creating those 1000 pages ?
Hi, I used below code to perform spell check operation. String[] dictionaryPaths = {"C:\\aem\\en_us.dic","C:\\aem\\en_us.aff"};SpellChecker spellChecker = spellCheckerProvider.createSpellChecker("English",dictionaryPaths,resourceResolver); But it giving exception like com.day.cq.spellchecker.SpellCh...
We wanted to build a website in AEM using a combination of React, Core and custom components. We are learning AEM SPA and not sure if we can do this? Built the base project using AEM Archetype 24-SNAPSHOT using "react" as frontend. Based on this https://docs.adobe.com/content/help/en/experience-man...
We did an in-place upgrade to 6.5 from 6.4.2. The pages are now not edit-able (even as an admin). I'm seeing this error:Internal Server ErrorCannot serve request to /libs/wcm/core/content/pageinfo.json in com.day.cq.wcm.core.impl.servlets.PageInfoServletException:java.lang.NullPointerExceptionThis i...
I have created an editable page template under Tools > General > Templates. On this template within the Layout Container [Root] I have added a component in Structure mode which I have populated with content. The idea is that this component populated with content will show on all pages that implement...
Running AEM 6.5.4Java(TM) SE Runtime Environment(build 11.0.5+10-LTS)Have you solved this issue? We have no problem when we restart AEM, all things seem to work fine. What appears to be out of the blue, all HTL related pages stop displaying with this same error. If we restart, we are fine again. ...
Hi , I am using AEM6.3 (SP2) with coral touch ui In touch ui dialog in RTE table want to add a style to row .When i select a row on table the style option is getting disabled .Due to this styles cannot be applied to row. Is there a way we can enable the style when selecting a row on touch ui for ta...
I have created a editable page template under Tools > General > Templates.On this template within the Layout Container [Root] I have added a component in Structure mode which I have populated with content. The idea is that this component populated with content will show on all pages that implement t...
Hi , I am using AEM 6.3 with coral touch UI .1>Could you please help me out as how i could increase the style width as it showing with ellipse ... option, due to which we cannot see the full style details Thanks
Hi Team, Can anyone help what would be perfect way to achieve this requirement:We have number of OSGi services in our project and divided into 2 sets.Based on a parameter passed during build, we need to enable one set of OSGi services and disable other set.For Example:We have OSGi service1, service2...