yeah for sure I could do that but my situation was I needed to use form.submit() in native method which is javascript.
So I just found a way to go around that problem. instead of using form.submit() in native method, I just call java method from JSNI navtive. Thanks for the comment. On Jul 30, 5:09 pm, Nickelnext <[email protected]> wrote: > This is a solution or you can simply youse handlers provided by GWT, > using button.Onclick(){ form.submit();} and the others 2 form handlers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
