deleteclientvariable on mx not working?

2002-11-04 Thread Smith, Matthew P -CONT(DYN)
I'm downloading the mx cfml reference now, but I figured I would fire this off in case anyone knows the answer. I'm sure it is something obvious, but I can't find it. I'm trying to delete a client variable, but it doesn't seem to be working. It works fine on my local box, which is cf5. But

RE: deleteclientvariable on mx not working?

2002-11-04 Thread Adrian Lynch
: deleteclientvariable on mx not working? I'm downloading the mx cfml reference now, but I figured I would fire this off in case anyone knows the answer. I'm sure it is something obvious, but I can't find it. I'm trying to delete a client variable, but it doesn't seem to be working. It works fine

RE: deleteclientvariable on mx not working?

2002-11-04 Thread Smith, Matthew P -CONT(DYN)
AM To: CF-Talk Subject: RE: deleteclientvariable on mx not working? I use DeleteClientVariable() alot and it works ok. Try out putting the var after you delete it. cfif isDefined(client.wddxFormBuffer) cfwddx action=WDDX2CFML input=#client.wddxFormBuffer# output=attributes cfset

RE: deleteclientvariable on mx not working?

2002-11-04 Thread Adrian Lynch
;cnet.navy.mil] Sent: 04 November 2002 17:05 To: CF-Talk Subject: RE: deleteclientvariable on mx not working? That's what gets me: If I try to output it immediately afterwards in that section of code, it throws an undefined error, as it should. But on the recursive call, even though the delete