Groups | Blog | Home
all groups > coldfusion flash integration > february 2006 >

coldfusion flash integration : CFINCLUDE in a flash form



knalle
2/16/2006 12:00:00 AM
Can I use the CFINCLUDE tag be used in a FLASH CFFORM to incorporate a cfm file?

Have tried to set the CFFORMITEM to html, but it does not work.

<cfformitem type="html">
<CFINCLUDE TEMPLATE="test.cfm">
</cfformitem>

Tom
doug777
2/18/2006 12:00:00 AM
You can just cfinclude directly in the code e.g.

<cfformgroup type="tabnavigator">
<cfinclude template="optionfuncs.cfm">
<cfformgroup type="page" label="Edit Item">
etc. works fine for me.

Doug

[quoted text, click to view]
AddThis Social Bookmark Button