declaring both a GWT and a javascript event handler on a html element

2010-09-07 Thread GWT noob
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

Error: missing ; after for-loop initializer

2009-03-04 Thread gwt-noob
In the Firefox error console I see the error message: Error: missing ; after for-loop initializer Source File: my host.cache.html Line: 42, Column: 167 I'm using GWT 1.5.3 and I looking around found a Fixed issue but the link on GWT release notes is dead