Hello @sujeet_singhr48,A few questions:Is the issue related to the nosamplecontent runmode or to the CFP3? What happens if you have6.3.3.0 with nosamplecontent6.3.3.3 with sample contentJust to confirm, you are talking about an Authoring instance, correct?What are the "symptoms" exactly? Can you add...
Hello @sonalid49327489,Both @berliant and @vanegi are correct in a way. This pattern detector issue is not meant to be understood as "Your whole AEM instance will commit suicide if you overlay /libs/cq/gui/components/common/wcm/clientlibs/wcm" but more like "Watch out, things have changed in /libs/c...
Hi @khamat_bn,Yes, you can provide a format using the valueFormat property. See the docs here: https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/datepicker/index.htmlHere is an example wh...
Hello all,I had an issue recently when trying to use the latest AEM Maven Archetype (23) for my personal use.ProblemI used the following command (based on the command provided in the README):mvn -B archetype:generate \
-D archetypeGroupId=com.adobe.granite.archetypes \
-D archetypeArtifactId=aem-p...
Hello all,In this short article I go over some of the best practices for annotating Sling models, with a particular focus on dependency injection:https://medium.com/@theopendle/aem-sling-model-injection-and-annotation-d01ea4719589It is also a response to a similar article by Dylan Reniers: https://w...
Hi,The first thing that comes to mind is that you are not loading the CSS required to make the component work properly. Please make sure you are leading the Core Component's clientlib (core.wcm.components.tabs.v1) in your clientlib (using the embed property).It's quite difficult to guess better with...
Hi @srinivas_chann1,Although @arunpatidar's answer is correct for what you want to do, I can't help but feel that by the time you've added the dependencies, familiarized yourself with PowerMockito and written all the tests as per the tutorial he gave you (which are is quite a lot of code), it would ...
Hi @saibul,The answer is to install AEM 6.5 SP 5. You can see this issue has been solved by reading the release notes here: https://docs.adobe.com/content/help/en/experience-manager-65/release-notes/service-pack/sp-release-notes.htmlHere is the relevant section:When you use the Move command to renam...
Oh and I should mention: I am using Lombok annotations to implement the delegation pattern. This all might be a bit advanced if you're a beginner, sorry if everything is not 100% clear but please read the tutorial for more detailed explanations