Hello,We have a requirement where authors should be able to input javascript code from the dialog and it should render as is within HTL.We provided a textarea for the same and in sightly have used ${properties.javascriptcode@ context='scriptString'} to renderThis however upon render shows output sim...
Hi ,I am using AEM 6.1 and I have requirement to create multi level list with bullet points/number in RTE. I am using indent/outdent and creating list. Issue is after one level of bullet circle point I am not able to use circle bullets again in second level , it will convert circle into square bul...
Hey all,I am seeing a really weird issue with a fresh install of AEM 6.4. I have a Java sling servlet registered at a path of /bin/feed. This servlet crashes and does not load everytime I try to visit it.Observing the logs gives me this error.10.05.2018 14:59:24.876 *ERROR* [FelixDispatchQueue] org....
We have issue where the href is getting stripped off from the RTE with the below info printed in logs. Actual value we are providing in href - "/shop/en/abc/dog/dog-treats-and-chews#facet:-7000000000000000030751011011123277101327297112112121&productBeginIndex:0&orderBy:&pageView:&minPrice:&maxPrice:...
Hey Everyone,I've been dealing with a really tricky issue on a fresh AEM 6.4 install. One of my servlets cannot start. It can register fine and shows up okay however, it always throws a 404 at the path its registered at. I deleted and re-installed my AEM and the issue still persists. The error is ve...
I am having some troubles understanding how the OR split works.I have a workflow model that is supposed to do the following:1. Check if page is valid2. If yes 2a. Deactive page 2b. Move and Archive page, more like a soft delete of content 2c. Notification email3. If No ...
Hi,I have been tasked with automatically creating a version of a page on roll out. Currently, this is done automatically on activate, but I have been asked to also do this on roll out. What is my best approach:Create a listener on JCR node create event or cq:lastRolledOut property changeCapture it o...
Paragraph and styles disappear in Full screen when i click the X [close] and re-open the Full screen . It has happen Rich Text in [ Adobe Experience Manager, Version 6.3.1.2 ] . you can reproduce , if follow the below the steps . Go to Rich Text component in AEM author - click Edit and go to F...
I create a new project and add Links Pod on it, then I click 'Create Link', the page goes to 'add link' page.On this page, when I click 'submit' button, I found there are nodes created under content/projects/myprojectname/jcr:content/dashboard/externallinks.I saw the page source, the form action is ...
Creating a Java file to convert the Crx data in to xml based on few condition for RSS so i have created a below java file. but i a m facing error ( unsatisfied (reference)). As i am new to AEM i am not able to find the fix for this..error message attached..http://**************************package co...