That should work.
I will have a look and make thwe changes in the trunk
--- In jsolait@yahoogroups.com, "roynos" <roynos@...> wrote:
>
> --- In jsolait@yahoogroups.com, "Jan-Klaas Kollhof" <keyjaque@> wrote:
>
> >
> > handleResponse is declared with var and therefor enot visible outside
> > of the class.
> >
> > it might be a good idea to handle have it part of the object so one
> > can do things like you describe.
> >
> >
> > Jan
> >
>
> Hi,
>
> I simply went into the xmlrpc.js. I change "var handleResponse" to
> "publ.handleResponse" and located all the calls to "handleResponse"
> and changed it to "this.handleResponse".
>
> Everything else seems to work. Is this the correct way to do what I
> wanted to do? Are you planning to change this in the trunk?
>
> -Roy
>