Is it possible to have a slightly conditional "row"?Example <div data-sly-test="${groupItemsList.even}" data-sly-unwrap> <div class="row"> <div class="even">${groupItemsList.index}</div> </div> <div data-sly-test="${groupItemsList.odd}" data-sly-unwrap> ...
I'm having issues while rendering the tag titles on the publish server (AEM 6.1). I'm not facing this issue on Author environment as I'm logging as 'admin' user and even if I login as admin user on the publish server then tag names are rendering properly. I have checked the following options, in bot...
I'm trying to use a Coral Numberfield, but it marks a decimal value as invalid and there doesn't seem to be any option to allow it. Is there something I'm missing?
At times I get this error on creation of new page or page refresh. Below is the Error details......com.day.cq.wcm.core.impl.WCMDebugFilter Exception: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Resource resolver is already closed.Caused by: org.apache.sling.api.SlingException...
Hi all, I am having a major issue whilst accessing a page through webserver domain on local environment- Even though JS is getting cached correctly in dispatcher ,however, whilst accessing a page through domain the JS doesn’t load completely in browser and an error is also shown in console which is...
Hi Guys,Is there any performance dashboard available for AEM 6.1?I mean, a dashboard with the memory usage, CPU, and if possible the workflows running, Jobs pending, etc. I'm asking this because right now I am checking this by looking into 3 different screens:Memory Usage: /system/console/memoryusag...
Hi Guys,I'd like to know if there are any guide for JVM tunning for DAM installation.I'm using as basis for the work I am doing this article:http://cq-ops.tumblr.com/post/55912059468/customized-cq5-start-script-with-tuned-jvm-heapIs there any other guide that I could look to get more information abo...