• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

GWT-p reveal place (firefox vs chrome)

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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








 
reply
    Bookmark Topic Watch Topic
  • New Topic