Subj : newbie question To : netscape.public.mozilla.jseng From : "Dani Irinchev" Date : Sun Apr 18 2004 02:55 pm Hi all, I would like to use rhino for some scripting extension of a java software. I can deliver java objects to the scripting environment, everything fine. I would like to expose some methods to the js script that to be callable directly, as I see in some js scripts print() method defined. For now I expose another object e.g helper and call helper.print("...") from my script. Is it possible to expose print() directly as it was a js function. Thanks and regards, Dani .