Hi,I have a requirement to create OSGI configuration which can allow to add multiple fields dynamically. I could create configuration with fixed number of fields and provided the code snippet below which is put into meta xml. Can this be modified to add the fields dynamically ? Please assist.<OCD d...
Hi All,I'm trying to replicate page programatically to the particular replication agent as mentioned [1].[1]:CQ5.3: How to activate to a specific replication agent When I build the bundle, bundle is in Active state, but I see below error in the log. Please advise if we need add any dependency for th...
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...