Passing Multiple Arguments to Java Method

In a nifty screen, is it possible to pass not one, but several arguments from a nifty control? I’ve tried [xml]<interact onClick=“method(arg1,arg2)”[/xml], but it doesn’t seen to work…

that should work, in your controller, does method accept 2 string variables?

Oh, silly me, I was trying to pass a float… guess I’ll pass a string, then parse it as a float…

Thanks!