FYI.

When a CFML data structure is converted to JavaScript (via CFWDDX
ACTION="cfml2js"), the JS object name is created from the structure name.
 Back in January, Matt Walker pointed out that you'll have a problem if
the structure uses a JavaScript reserved word.

His example:
When converting vehicle.ftr_categ.package to JavaScript, it converts to
an object named vehicle.ftr_categ.package

I just wanted to pass along the JavaScript reserved words.  From
http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm,
Appendix A:

abstract
boolean
break
byte
case
catch
char
class
const
continue
debugger
default
delete
do
double
else
enum
export
extends
false
final
finally
float
for
function
goto
if
implements
import
in
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
super
switch
synchronized
this
throw
throws
transient
true
try
typeof
var
void
volatile
while
with
 
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to