Re: IMG SRC URL in iframe - part 2.

2008-12-09 Thread Graeme Knight
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

Re: IMG SRC URL in iframe - part 2.

2008-12-09 Thread Ernesto Reinaldo Barreiro
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

Re: IMG SRC URL in iframe - part 2.

2008-12-09 Thread Graeme Knight
-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

IMG SRC URL in iframe - part 2.

2008-12-08 Thread Graeme Knight
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