Hi All,My sling servlet is not working as soon as i add @Reference in it, otherwise it works fineBelow is the servlet code, i have create custom configuration as per the AEM6.4 standards(one @Interface class, one Interface class, one Impl class with proper annotations(org.osgi.service.component.ann...
This is difficult for me to articulate, so I'll do the best I can.I want to extend the layout component to add some additional properties (BG color, ability to provide an anchor, etc). The tricky part I am running in to is I want the component to extend 100% of the viewport, but the inner content to...
Hi Guys,I'm using the granite/ui/components/coral/foundation/form/pathfield in cq:dialog.see screenshot below.When I put the external link on the field and after that click on the icon the javascript problem happen.has anyone solutions for that?ThanksAlisson Xavier
One of the requests that has been cropping up recently at my organisation is can we do A/B testing in AEM.We don't have a licence for Target and I was wondering, what are our options for doing A/B testing without it? Is it even possible?
Hi All,Is it possible to rollout the components included at template?.Note: the components which are drag and dropped has rollout option.Regards,Vikram.
Hi All, smacdonald2008, Jörg Hoh,My teammate deleted the DAM asset folder in author environment if possible to recovery / restore the asset?is that advisable to package the folder from Publish environment ?Referred Managing the Trash folderThanks In Advance!Please help me to overcome!-Karthi
Hi ,Syncing of assets between AEM Repository and scene7 is not working.When i delete the existing asset or folder from UI , the asset is still available in scene7.Is there any configuration that needs to be enabled to solve this sync issue?RegardsSusmitha
Hi,Windows 10 comes now with Kioskmode,but only with Windows Apps that are made for Universal Windows Platform.Is there a possibility to run AEM Screens Player in Windows also as Kiosk app?
Hi Team,Have used the following code to create and an asset to collection.Resource resrce = resourceResolver.getResource(path);resrCollection = collectionManager.createCollection(parentResource, CollectionName);I'm able to see the new collection created and asset in Crxde lite but im not able to see...