You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
Thanks for your remark. it's fixed now: edb3d24
For your information, there is no need to extend widget, the issue happens when initWidget() is not called with Composite. I just changed the type parameter of uiBinder from Element to Widget, and also changed the root element of the template from div to HTMLPanel.
In the MainPage.java you are extending from Composite although you are using setElement instead of initWidget - this causes an exception at runtime.
The text was updated successfully, but these errors were encountered: