Hi,I am integrating AEM Adaptive form on existing AEM as a cloud site.I have created two adaptive form for testing purpose in local aem instance without existing site codeAdaptive form with Foundation componentAdaptive form with core componentsand both are working as expected but after deploying the...
Hi, I have a custom dropdown in page properties Basic Tab, This dropdown show while creating new page. I want take the current selected page and get values from OSGi service to show the drop.How I can get the current page path in datasource sling model?Below is my code.1. DatasourceModel.java@Model(...
Hi All,
I am migration from AEM6.5 project to AEM as a cloud manager and while analysis I found that below commerce component are not available in AEM as a cloud
/libs/commerce/libs/commerce/component/product/libs/commerce/component/...other component
AEM6.4
AEM as as cloud + CIF : I also i...
Hi All, I have created an adaptive form in aem 6.5 and selected Layout as AccordionI want to write some custom code in rule editor on individual Accordion expand and collapse but did not find and method or guide bridge api. Can you help me to find method or guide bridge api for Accordion expand and...
@arunpatidar I am getting this just after adding below dependency which I am using on servlet class. And I am getting this error even run mvn clean install
@B_Sravan I have already added dependency in main pom as well as in core pom gettig error while running below build commandmvn clean install -PautoInstallPackageMain pom. <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<vers...
Jörg_Hoh I have tried to add below in core pom.xml but still getting same error.<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.2.1</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Exp...
Hi All, I have created AEM a cloud project using below archtype mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=30 -D appTitle="Digital Site" -D appId="digitalsite" -D artifactId="aem-digital" -D groupId="com.digital" -D ae...
Hi,I am trying to use SQL2 sub-query while I am executing the query getting error. Below is my query and error. Can someone look share whats wrong i am doing here?#QuerySELECT * FROM [nt:base] WHERE [sling:resourceType] = 'mywebsite/components/content/button' AND [buttonURL] IN(SELECT [jcr:path] FRO...
I am able to do search in cq:Page and dam:Asset using query builder (refer below )1_group.1_group.path=/content/mywebsite/dashboard1_group.2_group.path=/content/dam/mywebsite1_group.p.or=true2_group.1_group.type = cq:Page2_group.2_group.type = dam:Asset2_group.p.or=true3_group.2_group.fulltext =myse...