Hi All,Currently I'm working on AEM 6.2 and I want to share my entire project from AEM 6.2 server to Adobe creative cloud, such that the end user can access the cloud URL to get the data. PFB my queries:1. Need to share my pages, components, templates etc to cloud2. Should I share my OSGI bundles to...
I have a parsys, and i am dropping same component on it multiple times, by default it is getting some random name , like text_273462, text_236452386. But my need is to get the name as text_1,text_2,text_3 and so on. Any help??(image for reference)
Here is part of the dialog <path jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/pathbrowser" fieldDescription="Select media list item link" fieldLabel="Media List Item link" name="./path" predicate="predicate" rootPath="/content"> </path> import org.apach...
Hi all,In a sling model adapted from a resource, I need to access information on which selectors are present.Please note that I cannot use adaptables = SlingHttpServletRequest.class since it mus work when adapting from a resource.I have not found a way to do this, is there one?I've tried injecting t...
In AEM 6.2 watch folders were introduced. Is there also a service for checking for incoming eMails on the OSGI stack?(ie similar to the incoming email feature that is available in LiveCycle as a workflow startpoint.)
HiWe are configuring amazon S3 with AEM 6.0.For previous version of AEM there is a way to configure the data store class. ->https://docs.adobe.com/content/docs/en/cq/5-6-1/administering/s3-connector.html <..put xml here..>but in 6.0 documentation there's no mention of where the S3DataStore class is ...
Hi Team, I would like to add new menu items to the PageInformation menu. Any suggestions/ideas how to do this? Thanks In Advance !!!!!!!!!!!!!!!!!!!!!!!!!
Hi Folks,I had a question about building an QueryBuilder predicates in AEM java. I'm building a predicate that tests for more than one tag. The tag types are different, belonging to different groups in the Tag library. Here's a snippet of my code:map.put("type", "cq:Page"); map.put("1_property", "jc...