posted 12 years ago
In general this is the problem
I have one presenter (on application load I have revelPlace signIn Place [this is first revel]) SignInPagePresenter and I have one action on button click.
Basically login and reveal some other place in application let’s say MainPagePresenter.
Now on MainPage I have logOutAction. And what this action actually do is to reveal SignInPreseneter [this is second reveal]
After this second reveal of signInPage my Uihnadlers are not working any more like they are not registered on SignInPage?
Can be that I have some error in code or so but the strange thing is that this is case Firefox (8.0.1) while in Chrome this is working perfectly
I am using GWTP 0.5.1 and GWT SDK 2.2.0
SignInPagePresenter
SignInPageUiHandlers
SignInPageView
**************************************************
MainPagePresenter
MainPageUiHandlers
MainPageView