Subj : How to handle unknown JavaScripts functions with Rhino To : netscape.public.mozilla.jseng From : salathe@freesurf.ch (=?ISO-8859-1?Q?Dieter_Salath=E9?=) Date : Thu Sep 04 2003 03:43 am Hi, in our project we have the following problem: we have to provide script objects, where the supported functions are not known at development or deploy time, like: function foo(plugin) { plugin.bar("Parameter1", "Parameter2", ...); } the 'plugin' object is a scriptable object which represents a remote server, which is not known when developing the Java ScriptableObjects, so implementing the 'jsFunction_bar' is not an possible opinion. Anybody has the same problem? Any hints are greatly appreciated. Regards Dieter Salathé .