Not quite correct. In the code segment presented, the 'this' referred
to the req object and nothing else. So this.data is only associated
with the req object. He needs to provide the correct scope to the
method in order to get clarity.

Jim


On Fri, Apr 15, 2011 at 1:28 AM, Gabriel Munteanu
<[email protected]> wrote:
> Hi,
>
> is data a public member of the class? If so, it should work, but i cannot
> say from your example, as I don't see how data is defined and the way you
> access it from your other class.
> A nice way would be to add getter and setter to that member, or make it a
> property and you have getter and setter automatically in your class.
>
> cheers,
> Gabi
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/qx-io-remote-Request-tp6275429p6275594.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to