Wondering what exactly in the request chain interprets sightly. Like any conforming java app server would interpret JSP scriptlets, what exactly in the processing chain processes Sightly? Is there a plan to have the interpreter as a pluggable module that can be imported in other app servers like JSP...
Hello, I am a fresh AEM Developer. I just want to ask how i can implement page restrictions. What i mean: for example i have a site with Home/Men/Women navigation. Home link it will be available for all groups/users. Men link will be available only for users in a group name Men and link Women will b...
I am using query builder to return some AEM data via the REST API. I have the following query: http://<server>:<port>/bin/querybuilder.json?type=cq:PageContent&path=<contentpath>&p.hits=selective&p.properties=jcr:title cq:lastModified cq:tags /jcr:content/image/fileReference/&p.limit=0 It appears t...
Hi All,When we activate page cq:lastReplicatedBy property is not updating in publish instance.Where as cq:lastModifiedBy is updating but cq:lastReplicatedBy property is not updating.What would be the issue and help me if anyone come across this issueThanks in advance.-Kishore
I'm looking to see if it is possible to get a string of HTML from a service and execute the sightly parser on that string. We have a service layer that returns HTML and I'd like to be able to have sightly markup within that HTML for processing. For example using i18n ${'key', @i18n}.I've tried wrapp...
Hi,For an upcoming project our client wants to be able to share pages to non authoring-aem users for informal review. The ideal goal is to allow an author to share the current page as a link in a email to allow preview from the mail recipient.As this feature does not seem to be build-in AEM, we've f...
If I use the AEM plugin for Eclipse then the Archetypes available through it are all multimodule projects. Is there an archetype I can use to build single module OSGI components, such as an OSGI budle for use as a Servlet.In the past I could do this from the command line using$ mvn archetype:generat...
Hi All,As per my knowledge on Reverse replication functionality has be removed in 6.1. Any alternate way to handle reverse replication. I hope programatic way ie by updating the last modified, last modifed by and cq:distribute true still holds good in 6.1 for reverse replication process.Any detailed...