Hi, I have created a custom component using AEM's core component(Tabs). The use case that we have now is to modify the `id` attribute of each tab. The `id` attribute should have a value of the title of the tab transformed to lowercase and spaces separated with hyphens. I assume this cannot be done ...
I have added following dependencies to an aem 6.5.13 applicaiton. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> ...
All - We have our own translator based on Translation Framework Bootstrap Connector and it works fine but translation statuses are not showing correctly, it jumps from `Commited_For_Translatin` to `Ready_For_Review`, I suppose because of the following error 17.07.2023 15:25:05.883 [cm-p116153-e1140...
Hi there. I have a form that currently has 14 rows already populated, as this form needs to be able to be printed and used with a pen in real-time as the user is making observations. The user will then take their written form back to their desk and type in their observations. With that being said, I...
Hi All,We have a requirement as shown below:1. A page (PageA) will have two components2. First component (Component A) is a path browser which allows user to link to another page (Page B).3.Second component (Component B) has various fields and a multifield.4. The multifield in Component B has dropdo...
In the code snippet below I use a data-sly-resource directed to the core component navigation in my project, this navigation has the slingSuperType and in my xml code of _cq_dialog I have a tab with the same nodes that have in the core component navigation but when I select the page in the component...
Hi All, I'm trying to compare 2 number fields in content fragment through custom js. So based on that validation I'll have to display an error message. So for that I'm making use of Granite.I18n.get.Can anyone help me in setting up the Granite.I18n.get message to a specific field in content fragment...
Hi All,I have a use case where we have to hide/disable the "Quick Publish" option from the console in asset manager. our use case is all the pdf assets has to go through the workflow approval process for publishing.Thanks in advance.Regards,Anudeep
HI,Within a Model associated with a Component a JCR_SQL2 Query is performed with the method resolver.findResources(query, Query.JCR_SQL2);Is there a way to cache the result of the query and not repeat it every time?Thank you