Hello, i have a page with a FormTable. The problem is that the submit button doesn't call the method in my page. Here is the declaration of the submit on the constructor of the page:
this.tableEvolucao.getForm().add(new Submit("gravar", "Gravar", this,
"onGravarClick"));
when i click on the button the page reloads, but the method onGravarClick is
not called.
Anyone know what can be the problem?
I'm using click-1.5
Thanks
