Hi,Has anyone found an effective (and hopefully efficient) way of providing an illustration of the different components/templates available for making pages. Something where people can (effectively) say "I'd like to use 'that' component at the top, then 'that one' below...and then we'll use 'that c...
Hi! I'm currently facing a strange issue:I've a component that includes text inputs and a date picker (Resource Type: granite/ui/components/foundation/form/datepicker).I can add and edit values for all input fields and they are shown properly on the component on the edited webpage.The system also st...
Hi,After installing a code package in the upgraded instance AEM 6.2(couple of author instances), seen some issue with number of services available.I have compared the services by expanding the bundle-> used services block. Same code package has been installed in both the instances, it's our custom s...
I am trying to create a Editor component that will take inline javascript. I understand that I can use clientlibs folder for loading JS, but as per my requirement they want to use embed tags with JavaScript in the editor, and I think some of that is also used for rapid development. Currently with th...
Hello,I'm trying to skip the component inclusion programmatically. The idea is to have some kind of business logic on server side that before the page composition, cycles on all components included in the page and can decide based on some condition whether or not include the components. I have been ...
There are some community articles that show use of RTE and script - see this as an example: http://experience-aem.blogspot.ca/2015/01/aem-6-sp1-touch-ui-rich-text-editor-plugin-to-upper-case.html
Hi There,am using the below plugins to build my project. and one of my servlet is getting the below error. have any one faced the same issue before.?<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> </plugin> <plugin> <groupId>...
Hello all,Do AEM Communities necessarily require a Storage Resource Provider (SRP)?For many functions of AEM Communities, we need to display forms to the end users. How are these different from AEM Forms (Available with a feature pack, have Adaptive Forms feature, PDF Conversion, Adobe Sign, etc)?Th...
I have used the maven archetype10 as shown below and created the project structure and everything was fine.mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=10 -DarchetypeRepository=https://repo.adobe.com/nexus/conte...
Hi guys, In AEM 6.2 release notes it says AEM has capability of adding X-FRAME-OPTIONS to response headers.This is what is in docs:Added configurable X-FRAME-OPTIONS header to avoid click-jackingThe documentation doesnt state where that can be configured.Where can I configure that? On OSGI?Thanks. ...