2004-11-26 18:25:02 UTC
I encountered a few issues trying to use Iframe under coldfusionMX. The following items seemed to fix the problems.
Under Installation.....
step1
There is no longer a java/classes directory so I created a classes directory under the iframe directory and pointed to it in the cold fusion administrator.
step2
coldfusionmx already runs under java so I did not find any of this necessary other then pointing the class path ro the classes in step 1.
Note, it says to set the initial heap and max heap site, if you follow these instructions, coldfusion will no longer start, you will need to manually edit the java startup parameters to fix it.
Just general things to change....
if_detailform.cfm
if_resultlist.cfm and
if_table.cfm
use a variable called "url" this blows up in coldfusionMX so I changed it to "urln" and that seemed to fix it.
Note, I still don't have the export to PDF working yet, that is next.