Skip to main content
December 9, 2010
Question

Question about CFGRID

  • December 9, 2010
  • 1 reply
  • 405 views

I am trying to use the CFGRID command and use the flash version. I am getting a weird error that I don't understand. I am using ColdFusion 8.

Here is my code:

<cfform format="flash">

<cfgrid name="projectGrid" query="qGetProjects"/>

</cfform>

Here is the error I am getting:

Error Occurred While Processing Request

Attribute validation error for tag CFFORM.

The tag does not allow the attribute(s) FORMAT. The valid attribute(s) are
    This topic has been closed for replies.

    1 reply

    December 9, 2010

    Here is my code, I screwed up earlier:

    <cfform format="flash">

    <cfgrid name="projectGrid" query="qgetProjects"/>

    </cfform>

    Inspiring
    December 13, 2010

    Hi,

    Looks everything is correct in your code.

    Just run the three lines of code in separate file and check.