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"/>
>                                   </c

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:352071
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to