Subj : Rhino 1.5R4.1 & CharSequence To : netscape.public.mozilla.jseng From : timothy.folks@edgescape.com (Timothy Folks) Date : Sat May 03 2003 08:26 pm I have a function getInstance declared in a class that takes one parameter: a CharSequence. I am using Java 1.4.1 so I have access to that interface. However, when I try to call getInstance from Rhino passing a string constant, I get a message saying "Can't find method...getInstance(string)" If I call getInstance and pass a java.lang.String, I get a message saying, "Cannot convert to java.lang.CharSequence" This would have to be a bug, right? Or am I missing something obvious here. Tim .