So The installation of AEM I'm working on is pretty big and very diverse, with many different pages and micro-sites. That is a lot to tag by hand. Is there any methods of grabbing intelligent keywords and tags form the page or site's content. Even if it is just a place to start that would be very he...
Hi, I am new to AEM and exploring the mobile apps part of it. The AEM help section has a phone gap kitchen sink example at https://github.com/blefebvre/aem-phone gap-kitchen-sink I downloaded the zip file but when I try to extract it ,it throws an error 'The zip file is invalid". Is there an altern...
Hi There,Now I'm walking through Workflow and creating some model. While I was doing that I had a Question about Task Routing. When I put Task Manager Step in the Model and Configure it. There is a optional thing ( Action ) to put on Routing tab. What is this for? Is that Triggering some script? Th...
I'm trying to build a mailing list subscription form as depicted here just using Adaptive Forms, but there is no "Hidden Field" component when using Adaptive Forms.How can I add a hidden field when using Adaptive Form or is there a better way?
Hi,I am facing the below js errors while opening the pages in editor.html mode. The coralui2.js file is throwing the errors and page is not getting loaded in touch ui mode whereas the same is perfectly working the existing ui. Please help me out to resolve this issue which started coming suddenly in...
I am using AEM6.1. is there any way to call our own java classes and methods from sightly without following the below approach:<div data-sly-use.info="Info"> <h1>${info.lowerCaseTitle}</h1> <p>${info.lowerCaseDescription}</p></div>package apps.my_example.components.info;import com.adobe.cq.sig...