I have a cfc that executes just fine. And i am trying to populate cfgrid from 
the cfc. It works just fine on the localhost but it does not show the data when 
i execute it on my computer. Below is my form 

<cfset menu =CreateObject("component","Erik.maintenace").LoadMenu()>
<cfdump var="#menu#">
 
<cfform name="myForm" timeout="10000" format="flash">
                <cfformgroup type="panel" label="Contacts">
                        <cfgrid name="myGrid" appendkey="yes" query="menu"  
format="flash">
                 
                        <cfgridcolumn name="menuID" display="no">
                        <cfgridcolumn name="label" header="Label" width="100" 
select="yes" href="Update.cfm">
                        <cfgridcolumn name="link" header="Link" width="500">
                
        </cfgrid>
        <cfformgroup type="horizontal" label="Tetx">
                <cfinput type="button" name="Insert" value="Insert">
                <cfinput type="button" name="DeleteD" value="Delete">
                <cfinput type="button" name="Update" value="Update">
 
        </cfformgroup>
        </cfformgroup>
        <cfinput type="button" name="btnAdd" value="Add Item">
 
</cfform>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:313934
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