requestCycle.urlFor( resourceReference,
>> parameters
>> > ).toString();
>> >
>> > Once we have the link to the file, we replace the correct "CID:". We do
>> > this numerous times for the entire HTML email.
>> >
>> > 4) The HTML e
s for the entire HTML email.
> >
> > 4) The HTML email is rendered in an iframe.
> >
> > See my previous post, which I got working, and sets the innerHTML on the
> > iframe:
> >
> http://www.nabble.com/Populate-IFRAME-innerHTML-on-AJAX-load-of-panel.-td2088780
-on-AJAX-load-of-panel.-td20887803.html
> iframe innerHTML post.
>
> The shared resource (cidImageResource) that I created in the application
> is then called repeatedly during rendering of the iframe, and the image
> byte data is returned to the browser and rendered correctly in pl
mageResource) that I created in the application is
then called repeatedly during rendering of the iframe, and the image byte
data is returned to the browser and rendered correctly in place of the CIDs.
Does this sound about right? I hope this may be useful to someone else if it
is!
All the best, Gra