Hi,
I am new to AEM. I am working on AEM 6.2 in premise instance. I have to create a news listing page, with common functionality like sorting, paging, filtering based on tags. Can anyone suggest if there is default component already available using which this functionality is achievable.
Thanks.
Mukesh
Solved! Go to Solution.
Take a look OOTB list component which have all things you need.
it should be under
/libs/wcm/foundation/components/list
I would look at building a component like this using HTL.
There are quite a few articles that show you how to work with HTL. Look here:
Adobe Experience Manager Help | Creating an Adobe Experience Manager HTL Headline component
You can build all types of HTL components like a newsletter:
Adobe Experience Manager Help | Creating an Adobe Experience Manager Newsletter HTL component
To work with a Repeating data set - see:
If you are not familiar with building a HTL component - look here:
This article will step you through how to build a HTL component that uses a Java WCMUsePojo class.
Take a look OOTB list component which have all things you need.
it should be under
/libs/wcm/foundation/components/list