Hello everyone,I query the JCR with the following query:String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node,'" + subPagePath + "') AND (NAME() like 'headline%' or NAME() like 'text%' or NAME() like'image%')";It works as expected but the ordering of the nodes is ...
Hey guys,I'm working on a task that I consider a kind of challenge. So, that's the deal.I need to programmatically determine which clientlib to use. for example, if a website has already the AngularJS then I would call a specific clientlib with a non-AngularJS dependency and vice-versa, This could b...
Hi All,I have a requirement in AEM6.2 to populate selection dtopdown dynamically.Requirement is There are 5 dropdown, first is fixed all others are dependent upon values selected in previous dropdown.Similar to like countries(fixed dropdown), then state, district, blocks then villages etc all dynami...
Hi,I am using Adobe Acrobat XI to create a form that has a barcode with form data. When I publish the form and fill it via Reader, the barcode turns gray. Can someone please guide me if AEM will help resolve that issue or can it be done via Adobe Professional itself?
Here is the warning...08.11.2017 08:46:03.433 *WARN*org.apache.sling.models.impl.injectors.ResourcePathInjector Could not retrieve resource at path NOT_SELECTED for field bottomMargin. Since it is required it won't be injected.here is the groovy code:@Component(value="Thumbnail",tabs = [@Tab(title =...
We use AEM 6.2 and we have to implement two Replication Preprocessors (com.day.cq.replication.Preprocessor). When I include second preprocessor, the system is only executing the first one. When I delete the first one, second preprocessor executes properly.I did not find enough documentation and samp...
Hi,Can any one please help me in integration "http" module of angular2 with AEM. I have tried to import it same as core package of angular, i.e. angular2/core, angular2/http, but the error still persists. Below is the error am getting.clientlibs.js:156 Error: XHR error (404 Not Found) loading http:/...
Hi,We are using AEM 6.1 and 1 month before we have upgraded to community FP6, also installed SP2 and CFP3. After this installation on publish and author both we experienced that on Author, repository size increased to 67 GB which was earlier 47GB only. But publish won't increased this much.We have a...