I believe the  character is a space, sometimes introduced by an MS Word
document or a similar WYSIWYG text editor? I was dealing with a similar
situation just this afternoon in an HTML document.

I wonder if there is another CF template that calls HTML that contains
character or entity references?

Or, try deleting all of the extra spaces in your code and see what you get?

Just a thought. HTH.

Eric

-----Original Message-----
From: Greg Morphis [mailto:gmorp...@gmail.com] 
Sent: Wednesday, June 06, 2012 3:50 PM
To: cf-talk
Subject: Re: Strange characters displaying..


Doh, I spoke too soon.. it's showing up at the top of the page.. what in
the..?
By the way, this is ColdFusion 9.

Thanks!

On Wed, Jun 6, 2012 at 2:27 PM, Greg Morphis <gmorp...@gmail.com> wrote:
> I moved the <cfparams to the top of the page and the characters 
> stopped displaying
>
> On Wed, Jun 6, 2012 at 1:53 PM, Greg Morphis <gmorp...@gmail.com> wrote:
>> What's wrong with this code? It produces this output.. "before 
>> cfparams  after params"
>>
>>                    <cfswitch expression="#url.action#">    
>>                      <cfcase value="get_report">        
>>                       before cfparams              
>>                 <cfparam name="url.report_type"
>> default="attendee_detail" />
>>                              ?<cfparam 
>> name="url.conf_id" default="0" />                         
>>      <cfparam name="url.regtype" default="m" />              
>>                  after params                     
>>          <cfswitch expression="#url.report_type#" >          
>>                          <cfcase 
>> value="attendee_detail">                              
>>           <cfinclude 
>> template="dsp_get_report_attendee_detail.cfm"/>
>>                                   </cfcase>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to