I have a stored PDF and I want to display it in an iFrame. What is the appropriate way to calculate the src?
I used this but that did not work for me:
<set field="resourceReference" from="ec.resource.getLocationReference('dbresource://mantle/content/cv/100000/content_100006/161107_HS.pdf')"/>
Then, in the HTML I added:
src="${resourceReference.getUrl()}"
Without success.