ugh, I'm not seeing the problem here...
(Cocoon 2.1.8)

I'm debugging some flowscript, and I'm seeing the following:

        print (member.name);

                ...prints "null"

        print (member.getName());

                ...works as expected

        print (member.foobar);

                ...nonsense, prints "undefined" as expected

Why does the JS property access style result in "null"? The object class is public, the bean getter method is public...

This has to be some bonehead thing on my part, but I'm not seeing it... any help appreciated! :-)

thx,
—ml—


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to