Skip to main content
Known Participant
January 8, 2008
Question

CFGrid and Application.cfc - bug??

  • January 8, 2008
  • 1 reply
  • 512 views
I don't understand what is happening here.

If I open the cfgrid.cfm page without the Application.cfc file it works fine.
With the application.cfc file the grid does not populate.

If I comment out the cfajaximport, onrequeststart, onrequest and onrequestend it works fine.
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 8, 2008
    just commenting out onRequest method of Application.cfc should do the trick.
    it is not a bug - it is expected behaviour.

    ---
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com
    jeffcg2Author
    Known Participant
    January 8, 2008
    Azadi,
    Thank you for the reply.
    However, I have been commenting out various sections of the Application.cfc file to see where the problem is located.
    I had to comment out all 4 items to get the cfgrid to populate.
    I reduced the code in the Application.cfc file to just the attached code and it still does not populate.
    I have several other .cfm pages that function OK.
    <cfajaximport tags="cftooltip,cfgrid,cfwindow,cfform,cfdiv,cfpod">
    I'm just trying to understand the why.
    Do you know off hand where I could read about why this is expected behavior?