Firebug shows an ' ' in the grid. I see several gets in the HTTP request.
I have copied and pasted the details below.
-----------------------------------------------------------------------------
{URL}messageWindow.cfm?PlayerID=5&_cf_containerId=myCFWindow_body&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=0
GET
messageWindow.cfm?PlayerID=5&_cf_containerId=myCFWindow_body&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=0
HTTP/1.1
Host:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer:
Cookie: CFID=; CFTOKEN=; JSESSIONID=
HTTP/1.1 200 OK
Connection: close
Date: Thu, 13 May 2010 11:48:26 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: public
Content-Type: text/html; charset=UTF-8
Expires: 0
Cache-Control: must-revalidate, post-check=0, pre-check=0
----------------------------------------------------------
{URL}messages.cfc?method=dispMessages&returnFormat=json&argumentCollection=%7B%22page%22%3A1%2C%22pageSize%22%3A10%2C%22gridsortcolumn%22%3A%22%22%2C%22gridsortdirection%22%3A%22ASC%22%7D&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=1
GET
messages.cfc?method=dispMessages&returnFormat=json&argumentCollection=%7B%22page%22%3A1%2C%22pageSize%22%3A10%2C%22gridsortcolumn%22%3A%22%22%2C%22gridsortdirection%22%3A%22ASC%22%7D&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=1
HTTP/1.1
Host:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer:
Cookie: CFID=; CFTOKEN=; JSESSIONID=
HTTP/1.1 200 OK
Connection: close
Date: Thu, 13 May 2010 11:48:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: public
Content-Type: text/html; charset=UTF-8
Expires: 0
Cache-Control: must-revalidate, post-check=0, pre-check=0
----------------------------------------------------------
{URL}/messages.cfc?method=dispSentMessages&returnFormat=json&argumentCollection=%7B%22page%22%3A1%2C%22pageSize%22%3A10%2C%22gridsortcolumn%22%3A%22%22%2C%22gridsortdirection%22%3A%22ASC%22%7D&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=2
GET
messages.cfc?method=dispSentMessages&returnFormat=json&argumentCollection=%7B%22page%22%3A1%2C%22pageSize%22%3A10%2C%22gridsortcolumn%22%3A%22%22%2C%22gridsortdirection%22%3A%22ASC%22%7D&_cf_nodebug=true&_cf_nocache=true&_cf_clientid=906501B01E1AB13D8A5B208A3C79EA53&_cf_rc=2
HTTP/1.1
Host:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer:
Cookie: CFID=; CFTOKEN=; JSESSIONID=
HTTP/1.1 200 OK
Connection: close
Date: Thu, 13 May 2010 11:48:28 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Pragma: public
Content-Type: text/html; charset=UTF-8
Expires: 0
Cache-Control: must-revalidate, post-check=0, pre-check=0
------------------------------------------------------------------------------
> What does Firebug or Chrome's Dev Tools show you in the HTTP request?
> Is CF Debugging on?
>
> On Sun, May 9, 2010 at 2:41 PM, Alteria <[email protected]>
> wrote:
> >
> > I am having some issues figuring this one out. The code was all
> working with ColdFusion 8, then we moved to a CF 9 server and
> discovered the code was no longer working. It seems like the grid
> never stops loading. I have placed the code snippets below and parts
> from the cfdebug window to show there is one result displaying. I
> can't figure out what changed from 8 to 9. Any assistance would be
> appreciated.
> >
> >
> > Main CFM file:
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333637
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm