data-sly-list=${model.personList}data-sly-list="${model.personList}"Both are compiled, rendering the data as expected, is it ok if I use data-sly-list=${model.personList} without double quotes please let me know the difference, I don't have requirement to use @BEGIN, end
Hi,I have created the AEM Cypress project for AEM 6.5.19 and gave the build mvn clean install. After that i deploy the code on AEM 6.5.19. Is there a way to run the Cypress ui.tests automatically without manually executing the commands using by going to the respective ui.tests/test-module folder "np...
What is the out-of-the-box response of the dispatcher when requesting a URL which is defined as deny in /filter setting of the dispatcher?A. 400B. 404C. 403
I'm currently creating a component using React SPA, and I would like to know how can I insert a parsys, or something that allows me to drag a component into my component. I can't find documentation on how to do it, or how I can use Sightly inside my react component. Thanks
Not really concern on the presentation but on the how they actually work. As an example:granite/ui/components/coral/foundation/form/textfield vs granite/ui/components/foundation/form/textfield seems to work the same"granite/ui/components/coral/foundation/form/multifield" vs "granite/ui/components/fo...
Cloud Manager Developer Console allows developers to download the entire OSGI Configuration JSON and I am looking for a way to programmatically get the same OSGI Configuration JSON. Is there such an ability ? We have a requirement to monitor and alert on configuration drift, hence looking for ways ...
Hello! I have a template where I set a convenience variable using data-sly-set: <sly data-sly-template.myTemplate="${@ parameter}"> <sly data-sly-use.myModel="${'com.xxx.xxx.xxx.core.models.MyModel' @ parameter=parameter}" data-sly-set.myVariable="${myModel.method}"/> </sly> Is there a way I can ac...
Good afternoon, I just created an aem project based on the latest archetype.When I press the green run button for the integration tests intellij tell me they are ignored. The test work perfectly fine when executed with the maven command, but I want to debug them in Intellij.I did not change anythi...