Question
Use the AS3 getter functions in coldfusion
Hi,
is it possible to pass a as3 VO to CF and use the getter functions in coldfusion? I doubt it
private var _site:String;
public var rp:String;
public function get site():String
{
return _site;
}
Hi,
is it possible to pass a as3 VO to CF and use the getter functions in coldfusion? I doubt it
private var _site:String;
public var rp:String;
public function get site():String
{
return _site;
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.