Hey All,Is it possible for Sling to map one resource to multiple views. Say I have a component @ /apps/<site>/components/breadcrumb and this has multiple views under /etc/1/components/breadcrumb/view.jsp and /etc/2/components/breadcrumb/view.jsp, I want Sling to check if view is present in /etc/2 h...
So in AEM 6.1 the only account we have that can create a new project within the TouchUI interface is our admin account. We have an administrators group that has full system access to everything, but they're not able to create a new Project. How exactly do we give them this same level of access?Our...
Hi All,we have requirement that needs to allow only one component for parsys. Generally when we drag a component in parallel it will create one more empty parsys and can create drag/drop another component but we do not want this behavior.Is there a way to restrict like this??Thanks,Kishore
Hello Everyone,I am new to AEM. i found below link on AEM basics development to create a fully featured website, found to be veryful. This documentation in referring to JSPs. Just trying to find out If there is something similar using sightly? appreciate help!How to Create a Fully Featured Internet ...
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...