@chinmayis865517 The following post would be helpful for you
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/best-approach-to-pass-parameters-between-pages/m-p/226690
@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/
Hi, Don't do it this at client side because if the page is cached then
you will have the same value for all the users. better to fetch value
using a servlet which can be called upon the click or next page load.
I appreciate your help @arunpatidar I resolved my final problem and done
with my POC. we need scan the classes annotated with @configuration with
below plugin and load it with required dependency. Below is the change
in case someone is looking for:
org.apache.felix
maven-bundle-plugin
true
<_plugin>org.apache.sling.caconfig.bndplugin.ConfigurationClassScannerPlugin
org.apache.sling
org.apache.sling.caconfig.bnd-plugin
1.0.2 Thank
You !
@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/
Auto Created is a property definition. Snippet from JCR Documentation
:Whether the property will be auto-created when its parent node is
created. Only properties with a default value can be auto-created. Link
:
https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.6_Property_Definitions.html
For example if you create a node of type sling:Folder, it will have few
default properties with values and it will be available in all
sling:Folder i.e. primary type, creation d...