Hello Team, Am using OOTB text component, while using bullet list i noticed that even though if i give the indentation, bullet list is aligning towards left but, indentation looks good in RTE once i save indentation will be lost, weird thing is indentation works perfect for number...
Hi All ,My Client has checked his AEM website on Pingdom and report says Parallelize download issue across hostname , Is there any thing in AEM which we can use to aviod the issue or does some one have solution for the issue ? I have checked several blogs where it say that Domain Shrading can resol...
I wish to configure my AEM 6.1 SP2 CFP-12 author instance, so that all activation requests made by content authors invoke a workflow so that the content change is approved by a content administrator before activation.I have read a number of articles, (which seem to apply specifically to CQ 5.x) that...
In AEM 6.1 im moving a page with 17 subpages.If I do a move action the following happens.The action will query if there are references to other pages.The content is moved to its new place.The content is deleted at the old placesEverything is published.I'm now wondering if all revisions are also upda...
So I have an Excel spreadsheet processor/importer where all existing pages are deleted and then it recreates the pages based on the spreadsheet info.I'm creating new pages viaPage page = pageManager.create(getCorrectPath(main, fish), getValidName(fish), templatePath, fish.getName(), true);and this c...
so I have the following code snippetimport com.day.cq.wcm.api.Page;import com.day.cq.wcm.api.PageManager;......//more unrelated code here......Page currentPage = pageManager.getPage("/content/data/fishes/greatwhite");log.error(currentPage.getTitle());from what I understand (PageManager ("The Adobe A...
Hi,I am trying to access currentStyle properties from within a SlingModel. The SlingModel is being called from a HTL component using data-sly-use that has a functional design_dialog and accessible currentStyle.This was the only suggestion I could find using google:@Inject @Source("script-bindings")...
Hi people,I am trying to initiate Javax.transaction on jcr resource and storing content on AEM localhost:4502, I just could not get the way out to initialize UserTransaction to jcr repository, Not sure whats the JNDI lookup context jn that case, because jcr repository is not the data source.i just w...
Hi guys,I doing a practice on this new wknd tutorial which is this oneGetting Started with AEM Sites Part 1 - Project Setup for some reason i got this error and i dont know where the conflict isim pretty sure i have only one plugin of maven-bundle-plugin in there