help would be appreciate !!this below approach is not working for multifield texfield listeners . cq:dialog.xml for multifield<vanityurl cq:showOnCreate="{Boolean}false" jcr:primaryType="nt:unstructured" ...
Hello Guys, I have quick question. Can we access AEM JCR from an another Java web application which is running in same system?Actual requirement is, I'm developing a web application in Java in which in need to access(in Servlet) the AEM JCR and do some operation. AEM and the server which runs my web...
HI all,I am trying to use AEM adobe package share feature but Its showing error that "share server not available".can anyone please help me to understand that why this error is coming and how I can use package share.
Hi,Suddenly i am getting below error in Author. Earlier i was able to activate pages.All of a sudden activation is not working and below is the error message i get.19.12.2017 17:08:53.247 *ERROR* [10.43.32.78 [1513721333246] POST /bin/replicate HTTP/1.1] org.apache.sling.servlets.post.impl.operation...
How can I get the url of a page image when looping through the children using sightly?Here is what I have been trying with no success:<div data-sly-list.subChild="${child.listChildren}"> <img src="${subChild.image.properties.fileReference}"></div>Thanks!
We recently upgraded from AEM 6.1 to AEM 6.3 SP1.While navigating our /siteadmin website tree, some child pages won't load. Our logs show the following errors:20.12.2017 16:00:57.822 *WARN* [10.4.20.30 [1513782057792] GET /content/phonak/hq_en/en.pages.json HTTP/1.1] com.adobe.granite.xss.impl.XSSFi...
Hey Guys,Hope you are doing well.We are migrating from AEM 6.1 to AEM 6.3.And I noticed that drop down in dialog populating through datasource started giving error in AEM 6.3 as below, which was working fine in AEM 6.1.20.12.2017 18:38:39.569 *ERROR* [10.2.40.186 [1513775319444] GET /mnt/override/ap...
Hi,I have a running website that built in MVC.net. Now, I want to manage content of my website through AEM. Is there any way to integrate AEM with MVC.net. I want to handle my website text and image with AEM.
I have created a Component with an image using - granite/ui/components/foundation/form/fileupload. When I select a file from the DAM the image is displayed fine, but when I try to upload an image file by clicking on the browse button, no image is displayed in the component. Please help me out.