Top "Aem" questions

The Adobe Experience Manager is a large-scale web content management system that is currently available from Adobe Systems.

Jquery AJAX: No 'Access-Control-Allow-Origin' header is present on the requested resource

I am trying to post data to an API from my localhost:4502 port. When i tried to post data to …

jquery ajax cors aem
Dynamically load HTML template in angular2

I have created a project using angular-cli which contains AppComponent as follows: import { Component } from '@angular/core'; @Component({ selector: …

angular typescript aem angular-cli angular2-compiler
Download a copy of Adobe CQ5

I would like to take a look at Adobe CQ5 CMS system. Does anybody know if I can download it …

aem
Iteration (for loop) in sightly

I had used <c:forEach> in jstl. Now i want to use sightly. My usecase is to print …

for-loop iteration aem sightly
What is the difference between data-sly-use, data-sly-resource, data-sly-include, and data-sly-template?

What is the difference between: data-sly-use, data-sly-resource, data-sly-include, and data-sly-template? I am reading the doc on Sightly AEM and I …

aem sightly
Condition statements in sightly

In the Sightly templating language, for Adobe AEM6, how do I use a specific class if a condition is true? ${…

aem sightly aem-6
how to get array values of a node property in jcr

Need help in getting the string[] values of node property?? for example I have a node image which has property "…

jcr aem
CQ5: 403 Forbidden occurs when call a Post servlet

Hi I'm using this code to create a Post method for my CQ5 example application. package com.adobe.cq.sling; …

java servlets post aem sling
Getting OSGi services from a bundle in Sling/CQ

I am using Day CQ. I want to store some data in a SQL Server DB, using the connection pool …

servlets osgi connection-pooling sling aem