Unless you have content supressed that text will be output whenever the case statement is true, which is expected.
Regards Russ Michaels On Aug 9, 2012 12:23 AM, "Greg Morphis" <[email protected]> wrote: > > 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 <[email protected]> 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 <[email protected]> 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:352073 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

