2 Replies Latest reply on Oct 17, 2017 10:42 AM by mbarkley

    Errai - Widget onLoad() called twice

    mark.kevin.ringor

      Hi Errai Team,

      Im using Errai 4.0.0.Beta1 for gwt-material, and it seems that the Widget onLoad() method called twice in errai.

      Here is the sample widget that we implement the onload process
      https://github.com/GwtMaterialDesign/gwt-material-addins/blob/master/src/main/java/gwt/material/design/addins/client/richeditor/MaterialRichEditor.java

      And here is the Injection declaration of the widget

      @Inject

      @DataField

      MaterialRichEditor rich;

       

      Here is the Github Issue I've created Errai - Widget onLoad() called twice · Issue #185 · errai/errai · GitHub.

       

      Thanks for your feedback.