You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mark Lundquist <ml...@comcast.net> on 2006/06/29 19:44:46 UTC

dumb rhino question

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org