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
Post a Comment