Clicking on reply button on any questions is refreshing the page and not
showing area to reply, is anyone else facing this issue? Also not able
to attach screenshots.
@chinmayis865517 You probably can use browser valiables like local
storage/ session storage / cookies based on your use case. May be store
it in a jcr code and fetch that would be possible.
@janhavi_singh This thread seems similar:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5-add-pagination-to-list/td-p/417939
Also this is a sample js code for ref: http://jsfiddle.net/Lzp0dw83/1/
https://datatables.net/
@Ronnie09 May be you can try creating a private String variable and
assign the value of your valuemap to that, write a getter for that
variable and use it.
@rohankalra It looks like a component with custom js to render countdown
and other BI logics.
https://www.sitepoint.com/build-javascript-countdown-timer-no-dependencies/
@ravijais04 You can check this ref. too:
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/context-aware-configs.html?lang=en
@gargkrishna You have check the training provide in the Adobe SPP:
Training & Certification (adobe.com) AEM: Technical Introduction AEM
6.5: Front-end Development for Developer (P)
@gargkrishna Component is a collection of scripts and is modular. Page
rendering components are like parent compoenent, we can place multiple
content compoenents inside a Page rendering components