Try ObjectUtil.toString(bla, null, []);

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Faria
Sent: Wednesday, June 11, 2008 9:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Another Bug? Security? OBject Related.

 

Someone can explain to me why flex just disapear with my variable
"password" in the following example?

var bla:Object = new Object();
bla.password = "TEST";
bla.username = "Rafael";
trace(ObjectUtil.toString(bla));

Is it a security thing on flex? Is there any way to work around it as
i need to use password as a name.

Someone?

raf

 

Reply via email to