Tom,

The methods I'm referring to are the getter/setter and init methods in
the cfc. Say I pass a vo.TestVO AS class with the properties value1,
value2, etc to ColdFusion via remoting. When I dump the arguments
variable scope in the cfc called by the remote object, the vo.TestVO
object exists as the first parameter, but it only has the previously
mentioned methods, and no properties.

Reply via email to