We are setting up dispatcher in Apache for the AEM environment, have couple of queries1. Dispatcher don't have the write permissions in document root (due to some security guidelines), instead we created below 3 folders and a stat file under document root which have write permissions ...
Hi All,I am implementing the Google map component in aem 6.3 ,The plain HTML code is working as expected, when I added the HTML in sightly and js in clientlibs the <sciprt> tag throws an error in js console, . Uncaught type error < in js . Is their any other way to implement the Google map co...
I'm trying to start an AEM 6.2 instance on a MacOS running JDK 8, 8Gb Ram, 1 Tb HDD. I'm getting the error below in the log files. I've tried deleting the quickstart folder and running install again, doesn't help. I've also tried renaming the file to aem-author-4502.jar, still no progress. Any ideas...
Hi,We have a requirement to have a custom link plugin where link will contain & char but RTE is converting it to & while storing the data into jcr.Is there any way to prevent it from being converted and have it as & only?
I added a parsys component to a page. When in design mode I open list of allowed components and I checked General then in Edit mode I click on parsys plus sign, I get this error:An error has occured during execution of the selected action: Granite.author.util.resolveProperty is not a function -> Typ...
HiIf we activate parent page, will the child pages also be activated? If not how can we achieve this?Could you please list all the possiblitiesThank you so muchAkbar
Hi,I am trying to get a system user session in Sling Model by using @inject ResourceResolverFactory .I am getting below error org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle org.apache.sling.models.impl [322] and sub serviceBut i am able to get the session if i add t...
Hi Team,I want to implement JUNIT for AEM WCMUse component classes and sling servlets.Please let me know how to implement junit and how to run it.Any links or suggestions will be helpful.ThanksPreetham K.R
On our website we have added a clientlib to deal with cookies on our page, and our requirement was to put it on the <head> of the page so it can block cookies creation unless the user allow cookies. To do this, we placed it above the granite libraries:<head><script type="text/javascript" src="//exte...
Hi All,We are using 6.3 and just giving <div data-sly-test="${wcmmode.edit}">Edit Mode</div> is not working.If we remove editor.html/ from the url and reload it, the Edit Mode text still appear.Tried the thing mentioned in http://wcmaem.blogspot.in/2016/07/how-to-check-touch-ui-mode-in-sightly.html ...