When I declare a event handler on a html element both at the GWT level(using ClickHandler's onclick) and at the external Javascript levele(by using the onlclick attribute of the html element), the GWT event handler is overriding the event handler in the external javascript. Is there a way to have both these event handlers run on a successful event.
thanks -- 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.
