The asset folder has been uploaded with pdfs.
from component catalog i am using Essentialslistpickercomponent to select the pdfs directly from the asset and i want to show the title in the ftl with anchor for each pdf
in downloads section i have to show pdf title with link. how to access the properties of asset documents
The asset on the ftl should be a HippoAsset I think. Some kind of HippoBean in any case. You can either get the filename directly with a method on the getFilename, or you may need to call getAsset.getFilename, not sure. Anyway, it’s something along those lines, sorry I don’t have the details handy, this is off the top of my head.