Suppress whitespace in CFC

2009-03-19 Thread John M Bliss
I've written a CFC responsible for returning data to cfgrid format=html bind=cfc:MyCFC.getStuff({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection}) I'm experiencing a strange error and, when I call http://localhost/.../MyCFC.cfc?method=getStuffreturnFormat=json;... the actual

RE: Suppress whitespace in CFC

2009-03-19 Thread Adrian Lynch
Set output=false in both the cfcomponent and cffunction tags. See if that makes a difference. Adrian -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: 19 March 2009 15:22 To: cf-talk Subject: Suppress whitespace in CFC I've written a CFC responsible

RE: Suppress whitespace in CFC

2009-03-19 Thread Adrian Lynch
Oh and in your Application.cfc too if there's any more whitespace. Adrian -Original Message- From: Adrian Lynch [mailto:cont...@adrianlynch.co.uk] Sent: 19 March 2009 15:30 To: cf-talk Subject: RE: Suppress whitespace in CFC Set output=false in both the cfcomponent

Re: Suppress whitespace in CFC

2009-03-19 Thread John M Bliss
2009 15:30 To: cf-talk Subject: RE: Suppress whitespace in CFC Set output=false in both the cfcomponent and cffunction tags. See if that makes a difference. Adrian -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: 19 March 2009 15:22