Hi All-
I am trying to use cfgrid, as below
<cfgrid name="usersgrid" pagesize="5" format="html" width="100%" height="200"
bind="cfc:SysAdmin.cfc.lookupUsers.getAllUsers({cfgridpage},{cfgridpa
gesize},{cfgridsortcolumn},{cfgridsortdirection},{filtercolumn},{filte r})">.
I also have a application.cfm file which is checking for a URL variable as
below:
<cfif URL.login EQ 0>
<cflocation url="Login.cfm">
</cfif>
The problem is the call to remote cfc is checking for this URL variable. How
can I pass a URL variable in the bind attribute?
Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339786
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm