I have a method abc in handler, like
Vector public abc (Vector v)
{
...
}
Why I always get illegal argument exception for method abc
On client side, I use
client.execute("handler.abc", new vector());
Thanks,
Zhi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
