Hello,
I wanted to see what the xml format looks like on cfgrid. The problem is 
nothing shows on the page. If I use flash or java it works. What am I doing 
wrong?

I'm using CFMX 7, I have also tried the developer edition of 8 as well.

Here is my code...

   <cfform format="xml" skin="basiccss"> 
        <cfgrid name="FirstGrid" format="xml" height="800" fontsize="12" 
selectmode="edit" query="qGet">
        <cfgridcolumn name="id" header="Add/Remove" width="80" type="boolean" 
select="yes" target="yes">
        <cfgridcolumn name="Name" header="Name" width="260">
        <cfgridcolumn name="Description" header = "Description">
        </cfgrid>
    </cfform> 


Thanks,
tom 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315553
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to