On Feb 16, 3:38 pm, chris idr <[email protected]> wrote: > hi all > > i have this code in javascript > event.target.fillColor = ["CMYK", 0, 0, 0.50, 0] ; > > and i have a method > public void setfillColor(String newColor){} > > but my method is not being called, > I know that setfillColor should be called but I wondered what the > parameter should be so that the code above calls my method. > > regards > > chris
That wouldn't be picked up as a bean property accessor. Try renaming your method: setFillColor() _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
