Hi,if I am correct then modifying e.g. the title property of an asset via its properties dialog does not update the jcr:lastModified property. Is this correct?What is required to have this updated automatically? Will adding mixin:lastModified help to achieve this? How do you even add such mixin to e...
Hi,I am using the library org.apache.sling.commons.scheduler to create a scheduler on AEMI am using the example below, that I found in sling documentation (Apache Sling :: Scheduler Service (commons scheduler) ) and it is working as it is, but I need to change the scheduled time to trigger every 15 ...
Hi guys,We have an AEM component that allows users to enter HTML and the HTML is rendered like so:<p data-sly-test.text="${textModel.text}" data-sly-unwrap="${textModel.isRichText}">${text @ context = 'html'}</p>So far, so good, works fine. Now we need to create links to pages that the link checke...
Hi ,The component dialog shows up in classic ui on the page that is with cf# ,but the same component on touch ui does not show up under content tree that is using editor.html.I tried adding the component in touch ui design mode still the issue is not getting resolved.Did any face this issue and how...
Hello Guys,When I am logged with no administrator credentials Tools -> Sites -> ContextHub . I am getting this exception.My AEM is 6.4.5.Does anyone have similar problem?java.lang.NullPointerException: nullat org.apache.jsp.libs.granite.cloudsettings.components.overview.legacyinput.legacyinput_jsp._...
Is AEM completely xss secure. I know using HTL makes sure that you're protected from xss. But what about ajax calls? Responses returned from Servlets? In other words, are there areas or flows where it's up to the site developer to implement xss protection mechanisms?Thanks.
I want to author a tag in page properties of all the pages present under one node. It's very difficult to open page properties of each page and author the tag.Can it be done by using bulk editor?
Hi Experts,Whenever I am trying to do TagManager.getNameSpaces()or TagManager.getTags(resource)I am getting null pointer Exception.My Tags are present under /content/cq:tags/Also I have installed Service Pack 6.4.3Also resourceResolver is having readSystem as subservice.Can you anyone help on this?