cfoutput content ignored
Has anyone seen an issue where a browser would ignore contents wrapped in any cf-statement? I'm putting together a little app that will be used in IE on a handheld scanner. On a PC the cfoutputs work correctly. On the handheld the content, even a literal string, is ignored.
I tried <cfoutput>test</cfoutput>. Got nothing
I tried <Cfif 1=1>yes<cfelse>no</cfif>. Got Nothing.
All the HTML components of the pages display correctly but any content that is rendered from CF-server is just missing. The browser on the handheld does not allow me to see what version it is nor view source so I don't know what is actually coming back from the server. The server the app is on is currently hosting several cf-based apps, so I know CF is running and everything is configured correctly at the server. Also, like I said, the page renders correctly on a PC.
Any ideas would be GREATLY appreciated.
Scott
