coldfusionbuilder - Cant get contents of tag to show for coldfusion builder 2 extension dialog -



coldfusionbuilder - Cant get contents of <body> tag to show for coldfusion builder 2 extension dialog -

here code...

<cfoutput> <cfheader name="content-type" value="text/xml"> <response showresponse="true" status="success"> <ide handlerfile="deploysvnpart2.cfm"> <dialog width="550" height="500" title="amend contents of temp dir"/> <input name="go" label="checked" type="boolean" /> <cfsavecontent variable="moo" > <![cdata[ <p style="color:black;">any html content</p> ]]> </cfsavecontent> <body>#moo#</body> <input name="go" label="#len(moo)#" type="boolean" /> </ide> </response> </cfoutput>

when user shown page 2 inputs showing, not contents of body tag.

this contained in .cfm page , shown upon user making initial chocies first screen (defined in idg_config.xml)

is there reason contents of body tag wouldnt show up?

have tried without cdata block? in examples see developer did not utilize cdata block.

coldfusion coldfusionbuilder

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -