Subj : Re: RHino newbie: getter not working To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Wed Jan 19 2005 12:02 pm Brian J. Sayatovic wrote: >> > Actually, after all of my care to make sure I typed all of the details > in, I neglected to mention that I'm already doing a defineClass for my > class (although my getClassName() returns the fully quilified class > name, org.trinition.mytest.MyCanvas). You should not use dots in the String that getClassName returns. Otherwise instead of new MyCanvas() your scripts would have to use new this['org.trinition.mytest.MyCanvas']; Regards, Igor .