Comments on: AEM Development Quick Tip: Component Unique ID https://blogs.perficient.com/2018/06/12/aem-development-quick-tip-component-unique-id/ Expert Digital Insights Tue, 26 Nov 2019 09:03:55 +0000 hourly 1 By: Felipe Salazar (@PipeSalazar) https://blogs.perficient.com/2018/06/12/aem-development-quick-tip-component-unique-id/#comment-18683 Tue, 26 Nov 2019 09:03:55 +0000 https://blogs.perficient.com/adobe/?p=13517#comment-18683 isn’t it easier just to add this to the htl? id=”${resource.path.hashCode}”

]]>
By: Deepak Aitha https://blogs.perficient.com/2018/06/12/aem-development-quick-tip-component-unique-id/#comment-18682 Mon, 25 Jun 2018 20:29:47 +0000 https://blogs.perficient.com/adobe/?p=13517#comment-18682 I encountered this situation and it seemed pretty helpful. One question what do you think of the combination ${currentnode.name} + “”. Would there be any side effects?

]]>