On Wed, Jan 7, 2009 at 6:07 PM, Doug Smidt <[email protected]> wrote: > I do want to use a persisted CFC....but I want to use it on the spot, in the > CFGRID tag. I don't want to: > > 1) Do exactly what you stated is generally recommended against. I don't want > to be accessing a shared scope directly in a CFC. I've taught others not to > do it, and I'm not going to do it either.
But the fact is - many "Dont do X" rules have exceptions. This is one of them. ColdSpring even provides for this out of the box (taking your configured services and creating remote proxies for them). I don't think your argument here is valid. > I know what my options are, but you're not answering my question, which is > simply this. Is there any way I can use a variable in the bind attribute > instead of a path to a CFC? You can use a query in the HTML grid. If your CFC lets you get the query object, just get it, and do query="#...#" in your cfgrid tag. -- =========================================================================== Raymond Camden, VP of Software Dev, Broadchoice Email : [email protected] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:317600 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

