Re: ajax cfc not working for Access DB -- odd stuff

2009-08-20 Thread Dominic Watson
If the cfc is being hit, and with the right data, you can absolutely rule out the cfajaxproxy tag. Can we clarify that the data being returned from the method is the problem? Try posting a form directly to the cfc method, e.g. form method=post action=pathtocfc.cfc?method=fubar!--- I think that's

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-20 Thread Dominic Watson
Of course ;) 2009/8/20 Emmit Larson emmit.lar...@gmail.com 't ever do that. Shirley, you jest? Kind Regards, Emmit ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-20 Thread Rick Root
On Wed, Aug 19, 2009 at 7:13 PM, Don Ldo...@yahoo.com wrote: Sorry, Dominic, I wasn't clear about the browser, the inline editing feature is IE specific, that is, Firefox has a hell time with it, hence, it's IE only, yes, I like Firefox's firebug and find it very helpful but not for this

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-20 Thread Don L
If the cfc is being hit, and with the right data, you can absolutely rule out the cfajaxproxy tag. Can we clarify that the data being returned from the method is the problem? Try posting a form directly to the cfc method, e.g. form method=post action=pathtocfc.cfc?method=fubar!--- I think that's

ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Don L
I've moved on to an open source cfml engine, don't know what caused the following odd behavior, that is, my cfajaxproxy tag no longer works for an inline data editing function (meaning, it does not do database update for a set of data) while the same code works for ms sql server 2005 express

RE: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Adrian Lynch
Railo or OpenBD? Do they support cfajaxproxy yet? -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: 19 August 2009 22:42 To: cf-talk Subject: ajax cfc not working for Access DB -- odd stuff I've moved on to an open source cfml engine, don't know what caused

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Dominic Watson
I've moved on to an open source cfml engine Don't ever do that. But seriously. First step of debugging ajax: install Firebug for Firefox if you haven't already. Next, enable all the firebug console options for your page and while viewing the console tab you should see your http post request

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Don L
I've moved on to an open source cfml engine Don't ever do that. But seriously. First step of debugging ajax: install Firebug for Firefox if you haven't already. Next, enable all the firebug console options for your page and while viewing the console tab you should see your http post request

AW: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Gert Franz
: ajax cfc not working for Access DB -- odd stuff Railo or OpenBD? Do they support cfajaxproxy yet? -Original Message- From: Don L [mailto:do...@yahoo.com] Sent: 19 August 2009 22:42 To: cf-talk Subject: ajax cfc not working for Access DB -- odd stuff I've moved on to an open source

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Emmit Larson
I've moved on to an open source cfml engine Don't ever do that. Shirley, you jest? Kind Regards, Emmit On Wed, Aug 19, 2009 at 6:29 PM, Dominic Watson watson.domi...@googlemail.com wrote: I've moved on to an open source cfml engine Don't ever do that. But seriously. First step of

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Don L
I've moved on to an open source cfml engine Don't ever do that. But seriously. First step of debugging ajax: install Firebug for Firefox if you haven't already. Next, enable all the firebug console options for your page and while viewing the console tab you should see your http post request

Re: ajax cfc not working for Access DB -- odd stuff

2009-08-19 Thread Dave l
After looking at this code I am suddenly hungry for pound cake... dunno why??? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: