Is your field static? Your non-static field will be available after constructor and after on bind.
Is your field static? Your non-static field will be available after constructor and after on bind.
On Feb 24, 2012 4:35 AM, "Konstantin Zolotarev" <konstantin...@gmail.com> wrote:I've created presenter using GWTP eclipse plugin and if I Inject it into constructor, it works. But if I inject it as field it's always null.