Creating AEM DAM component
Hi Friends
I am working on creating a DAM component in my project I was following the below url
https://helpx.adobe.com/experience-manager/using/aem-dam-image-components.html
can this example be followed in AEM6.1 as the document says it is for 5.5 and 5.6
When I use the same code snippet in my jsp.
I have my assets in dam/emitra/photogallery
let me know whether I need to mention my DAM asset path as dam.Asset or dam.emitra.photogallery
if I give as dam.emitra.photogallery I am getting assets
'dam.emitra.photogallery' not found
Logs for reference
qb----------->com.day.cq.search.impl.builder.QueryBuilderImpl@57e1389c
query----------->com.day.cq.search.impl.builder.QueryImpl@29b87af7
sr------->com.day.cq.search.impl.result.SearchResultImpl@60365b4f
path------->/jcr:system/jcr:versionStorage/ee/19/c6/ee19c692-acdd-4254-99dd-55fad6b4d050/1.0/jcr:frozenNode
rs------->JcrNodeResource, type=nt:frozenNode, superType=null
asset----------->null
Some one can help me
Regards