Question
CFGRID Component Bind Problem
hi guys, I am experiencing a strange problem with my code.
now
I have this CFGRID which I have bind it to a component. but when I execute this code
it gives me a error which is
"Error invoking CFC /categories.cfc : Not Found"
===================================================
<cfgrid name="categoryList" format="html" selectmode="row" appendkey="no" pagesize="10" width="300px"
striperows="yes"
bind="cfc:~ecards.extensions.components.categories.catGridInterface({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})" >
<cfgridcolumn name="catname" header="#LANG.GRID_HEADER_CATNAME#" width="200">
<cfgridcolumn name="ops" header="" width="100"/>
</cfgrid>
===================================================
Do you guys have any idea about what's goin wrong here?
Regards
I have this CFGRID which I have bind it to a component. but when I execute this code
it gives me a error which is
"Error invoking CFC /categories.cfc : Not Found"
===================================================
<cfgrid name="categoryList" format="html" selectmode="row" appendkey="no" pagesize="10" width="300px"
striperows="yes"
bind="cfc:~ecards.extensions.components.categories.catGridInterface({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})" >
<cfgridcolumn name="catname" header="#LANG.GRID_HEADER_CATNAME#" width="200">
<cfgridcolumn name="ops" header="" width="100"/>
</cfgrid>
===================================================
Do you guys have any idea about what's goin wrong here?
Regards
