I want a to show a set of images into a PDF (one page for each image) with a non interactive adobe form in Webdynpro.
I followed the tutorial "Dynamic Non-Interactive PDF Form".
I've a multiple context node: 'Images' with an attribute 'url' with the route for each image.
In the form, I've subform1, subform2 within, and an image field into subform2.
Image's url is: $record.Images[*].url
Image's script is: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
It doesn't work.
I found this thread:
"Adobe Forms and Dynamic Images"
Adobe Forms and Dynamic Images
And changed the script to:
this.value.image.href = xfa.record.Images.URL;
I've the same problem: the image rendered is always the same, although the url is different for each element.
Help me, please.
Regards
Anibal Pozo.