Hi Hiral,
Sightly is HTML expression/templating system. It's all about presentation not complex algo's or service calls.
You can invoke Sling Model that will do this check for you.
Indeed, you should create SlingModel to do all the logical checks and use Sightly to simply print out model with ...
Dear Jadish,
We are very lucky to work on the fantastic AEM Forms framework build by Adobe!
Dear Adobe has number of wonderful API's that let us deliver such asks!
You may need to write a short script set on Root Panel. where you listen on:
guideBridge.on('elementNavigationChanged', function...
Hi Johann,
There are few ways we can achieve it,
You can listen to the JCR on event method. However in case of load on instance such implementation may cause troubles.
Better possibly is to write your own filter that will trigger before file gets uploaded to the repository (1)
Additionally,...
Hi Arjun, You likely need to update your Lucene index in your AEM as a Cloud service instance, Please use this guide to create your custom index with the property you need to be available in your search results:https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operatio...
Hi Vani, Check other rules you have in your bundle's pom, make sure scope is right, given all good IntelliJ should not show it as unresolved. Regards,Peter
Hi Vani, Make sure to update your core pom to include assetshare, <groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.core</artifactId> Regards,Peter
H Srini, Please see document below[1] [1] https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/configuring-performance.html?lang=en Regards,Peter
Hi Mahajan, There's nothing wrong with CONSOLE appender it's OOTB appender, when it gets triggered it means other configs for logs got messed up. Take backup of your instance,Open system console on slinglog page and compare your misconfigured log state with the OOTB instance config.Once you identify...
Hi Gaurav, Great discussion. There's no one rule fit's all here. It all depends on the use case and tech stack you have. Preparing right url's upfront in AEM is a great beginning, to avoid any redirects in first place. Routing to correct url's via Apache is a solid way to go on from here. Where Apac...
Hi Tarini, Yes, that's one way to solve it, Just keep the Service that know's it's state just a boolean, which is updated by the Job, so that it's near instant to know the state. Regards,Peter