> Whats the code look like Aaron? You should be able to make a Ajax call > > and pass a param as part of the query string to your CF page. > > Rey > > Aaron Bodell wrote: > > I have a javascript variable set to the current selected row of a > table (can't use cfgrid for this one). I need to pass that variable to > a cfc for binding to a query. I can't seem to force it. I've tried > setting an invisible field value, and then asynch submit the form, but > with no luck. What is the right way to accomplish this? > > > > Aaron > > > >
Thanks for your suggestion, Rey. I finally restarted the page using the example from the <cfajaxproxy> page in the documentation. I discovered that I had a problem with my SQL syntax that wasn't allowing the completion of the request. I'm such a newbie! Aaron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290841 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

