> Is there a simple way to make cfwddx tag a CF variable as 
> Boolean? If the value of a variable is simply "TRUE" or "FALSE", 
> cfwddx just creates a string value out of it. However, if you 
> use an isSomething() function, the XML in the WDDX packet will 
> show that the value is Boolean.

No, unfortunately, you'll have to do this "casting" yourself. This isn't
just true for Boolean variables, but also for any non-string simple data.
For example, if you have an integer, you'll have to wrap it in Var() to get
CFWDDX to write it out as an integer instead of a string.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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