Anonymous - 2002-12-17

Hi,
i've some problems to test some javascript functions! particularly with the method click()

here is my code :

Button button = resp.getFormwithName((string)parameters.get("FORM_NAME")).getButtons()[num];
button.click;
System.out.println("response = " + resp);
return(resp);

println doesn't  post anything !
is there any problems in the code?

Thx

Gilles.