Hi all. I am trying to use the src attribute of cfpresentation and poiting it to an html file in the same directory.
Here is my code: <cfloop query="module"> <cfpresentationslide title="#module.STRPAGE#" src="47894.html" notes="these are some notes."> </cfpresentationslide> I get the following error: An error occurred in creating the presentation. coldfusion.document.DocumentProcessor$RenderException: ERROR encountered loading 47894.html: java.io.IOException: Could not connect to: 47894.html I have the code set up as instructed on the following page: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_10.html Any suggestions? TIA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5403 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
