Hi, I am trying to import jackson-dataformat-xml-2.5.3.jar into AEM 6.2 as it is a dependency in another OSGI bundle I have written.When using the Eclipse Plug-In project I create an OSGI version.HoweverExported Packagescom.fasterxml.jackson.dataformat.xml,version=0.0.0 Here is screen shots of my ...
I need to navigate through content page in aem through angular js.app.js filewhen('/contentideas', { templateUrl: '/content/projectname/en/ideas.html' })html file<li><a href="#contactus">Contact-us</a></li> is it possible through content pages (fully loaded with js css html everything).this ...
I want to know all the language copies available or created for a particular page.say, a particular page are in two different languages french and dutch. if i select french page , how can i know programmatically know that dutch copy of this page also exist?
Hello,Having an issue upgrading author/publisher instances that are running AEM 6.0SP3 to AEM 6.2. I have run through the Adobe upgrade guide multiple times, and finally get to the point where I run the upgrade withjava -jar aem-quickstart-6.2.0.jar -r author,crx3,crx3tar,nosamplecontentjava -jar ae...
Hi everybody,By default Touch UI dialog opens like a pop-up. The is a "Toggle fullscreen" button to expand it.Is there a default configuration which makes dialog fullscreen when you open it?
Hello!I am working in a feature about Sling Filters in AEM. I have to intercept a specific URL in AEM, e.g /en-us/abc/folder1 and without modify that URL, forward an asset URL from the DAM folder. The asset exist in the DAM folder at this location: /content/dam/myApp/test.pdf. So here is an approac...
Hi Team,I tried creating events using the Calendar community function feature and following these articles:The events show up fine in Author instance and a Calendar tab appears in Publish as well but the actual events are not appearing in Publish Instance.Thanks in Advance-Saicharan
I am trying to iterate a list of paragraphs(com.day.cq.wcm.foundation.Paragraph) using JAVA USE API and Sightly. However it displays an empty list in the front end.Below is the code:Java:public class AnchorList extends WCMUsePojo{ private List<Paragraph> paragraphs; public List<Paragraph> getParagra...
Hi, we are using AEM6.1+ SP2, facing issue like request.getRequestURI() and httpServletRequest.getCookies() null in the custom authentication handler which is implementing AuthenticationInfoPostProcessor interface.Same code is working fine in AEM6.0+sp2 from where we have migrated into AEM6.1, pleas...
Hi Friends,I am getting one of the requirement from the banking and finance customer.This customer wanted to integrate AEM with wearable devices like Fitbit and Nike+ and also provide the following devices is there any mechanism we can implement in AEM integrating with these devices. If anyone has c...