Hi, Issue while passing parameters to Java Use-ApiI tried with both the approach (Passing parameters to a use-class upon initialization and Passing parameters from data-sly-template) as mentioned on http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html. In both the cases i am no...
We would like to start using high-resolution source files for the product images. The source files are generally large .tiff files ranging from 25-50Mb in size.We currently have 5500 product images and expect to add 5000 more.We need to explore how we can filter these source files and the "original"...
Hi, Issue while passing parameters to Java Use-ApiI tried with both the approach (Passing parameters to a use-class upon initialization and Passing parameters from data-sly-template) as mentioned on http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html. In both the cases i am no...
Hi Guys,Does anybody knows how to configure the Dispatcher in Mac.Please let me know how to do that?Any help would be appreciated.Thanks & Regards,Maheswar Reddy Gundre
Hi All,I have an requirement which need expertise suggetions to implement the same. The requirement is as followsThe Content which has to be added to the page has dynamic values like User ID's which fetch from other systems. if I use RTE can i able to do that. how to identify the dynamic values.Exam...
I am building an OSGI Bundle in Eclipse then importing it into AEM. I cannot get the imported package com.headwire.cqblueprints.examples.osgi to be loaded with mvn -PautoInstallBundle clean install. If I use mvn -PautoInstallBundle clean install -X I do not get any errors and the jar file is ...
Hi,Is it possible to make some changes on node level like setting property using sightly(".html file") ?. In sightly doc (http://dev.day.com/content/docs/en/aem/6-0/develop/sightly.html) they mentioned like Java-backed Objects will be available. If so, how it should be done?.Or otherwise we should u...
I am looking for migration approach to migrate data from XML files to AEM 5.6.1. Can some one please guide me with the steps that should be followed to perform a successful migration.
How defaultProfileSynchronizer() works in CQ-Hybris integration?what is the best practice for user creation in CQ-Hybris integrated system?How to get all the addresses stored in Hybris to show in CQ address book?
I try to build form with CQ.Util.build:<script type="text/javascript"> CQ.Util.build({ "xtype":"panel", "border":false, "items":[ { "xtype":"richtext", "name":"someName", "rtePlugins": { "image": { "features":"*" } } } ], "renderTo":"<%= id %>_fields_wrap" }); </script>..but now I can't drag drop im...