Hi,can we use adobe granite SSO authentication handler to implement SSO for the web sites based out of AEM? if yes, can you please provide steps. Is it possible to use adobe granite SSO authentication handler for the custom forms for the websites based out AEM? if yes, please provide the steps??
Hi,I have 2 arrays question is multiitem and answer which is multi item againI wanted to display answer under the question. I am trying to access question by index so that I can fetch corresponding answerHow can I do that with sightly?<ul data-sly-list="${properties.question}"> <li>${ [ item ]}</li...
Hi,This is an edited post (which had made earlier). Into an existing dialog (with multi Tabs) I have added a new tab as part of an enhancement.The below code shows a part of the "multicompositefield" which have in the new Tab..............................................................................
In AEM - CQ 5.6.1 I'm having trouble with updating the classic view dialog box. If I add a new widget, panel, etc. to an existing component's dialog box, the changes don't get updated on the pages, where I'm using them.I tried clearing browser cache, dispatcher cache, reactivated in treeactivation, ...
Hi,Please refer to the following URL on AEM Responsive Web Design.https://docs.adobe.com/docs/en/cq/5-6-1/developing/mobile/responsive.htmlIs there a step by step procedure (tutorial) of creating a AEM Responsive Web Site and testing it, using the principles described in this link (end to end)?Appre...
Hi,Please find the attachment.Need to understand "Page.listChildren(new PageFilter())", Page is pointing to "/home" node. I used this code on my application, it returns the Iterator<Page>. So how the Iterator works.because I am getting Issue in production environment. The issue is given below.I have...
I an unable to find the JSP or the JS file which renders the sites.html page. I need to redirect to this page with a click of a button and perform certain actions on sites.html page when coming via that button click. If anyone knows this, kindly reply asap
Is there a way to set properties of a JMX MBean in a bundle activator? I know this can be done through curl .. but was looking for inputs on how the same can be achieved in Java. Thanks.