Hi All,This is regarding a problem i am facing in the workflow, i have attached the screen-shot of the workflow which i have created PFA.In the workflow 'Email to Approver' is a process step, i have created EmailProcessStep.Java class implmenting WorkflowProcess interface to handle this step, 'Valid...
Hi All,I am very new to AEM and working on AEM 6.0. I am creating a custom component which supports Classic & Touch UI. I have created a dialog for classic UI and created cq:dialog for Touch UI.I can see the content in both Classic & Touch UI but I am not getting editable window in Touch UI and get...
Hi All,Currently in our project[i.e, in the eclipse setup], we have our custom components with no OOTB ones. Is there a way we can get OOTB ones from CRXDE into our eclipse.?Any thoughts on this will be helpful.
Hello Experts,I am new to CQ5 and I am trying to teach myself this technology. I have created my first page and component. But I am unable to see the sidekick. Please help.Thanks
I have been trying to login to AEM6.1 using ajax post but I have been continuously getting:OPTIONS http://localhost:6102/bin/testuploadXMLHttpRequest cannot load http://localhost:6102/bin/testupload. Response for preflight has invalid HTTP status code 403 I already tried to configure the CSRF and Re...
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...