Help is appreciated in writing JUNIT for below code. @PostConstruct protected void invokepost() { super.Initialize(); qs = new ArrayList<SomeComponent>(); Iterator<Resource> iteratorExp = resource.getChild("root/childParsys/").listChildren(); while (iterator...
Hi ,I am facing an issue in running the query through my deployed code in AEM.The map is created as below:Map<String, String> map = new HashMap<>();map.put('path', 'path-here');map.put('type','oak:Unstructured');map.put("1_property", 'content-type');map.put("1_property.value", 'value');map.put("2_pr...
How can I display JS object properties or iterate over JSON objects using sly-data-list.Here's my particular JSON{"make":"Honda","model":"civic"}Would something like this require a mixed model with local Java class?Thanks
Hi All,i am facing an weird issue. i.e. we have added custom tabs in page properties in my locale instance(as an admin).Scenario:1if we are trying to create a page from touch UI, Once we navigate to properties section we are not able to see custom tabs in page properties.Scenario:2if i create a page...
HI Team,I have 2 Users group and 1 User XEx: User X belongs to both Group A and Group BGroup A has 3 folders M,N,O where M have allow access and N,O have deny access similarlyGroup B has 3 folders M,N,O where O have allow access and M,N have deny accessNow if you check the X User Permission their is...
Hi,I followed each step of the guide here Integrating with Adobe Campaign StandardI read about all the other posts in the forum but still AEM and ACS are not able to communicate between each other. I don't even have the email template on the pages of AEM.- I tried to change the password at campaign-...
Hi All,We have created an editable template and baked in some components into it and JCR node structure looks like this.but i have removed all the baked in components from code and delployed it... but already authored components under root is not showing up in page.. only components present in respo...
We're finally going to switch our AEM Author community from Classic to Touch. Can any one recommend a video online that show covers the basics of AEM authoring in Touch? Note most of them won't have an Adobe Id (I don't know how much that matter for accessing resources on this site).
Hi All,i have a custom multi field which stores values in below structure.and i am trying to get the values as below in my htl file. i am iterating a list of carousel- item0 , item1 and the inside cta-item0, item1.The issue is my htl component should show cta-item0 for carousel item 0 and accordingl...