IntelliJ Java IDE
The moose likes GWT and the fly likes GWT-p reveal place (firefox vs chrome) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » GWT
Reply Bookmark "GWT-p reveal place (firefox vs chrome)" Watch "GWT-p reveal place (firefox vs chrome)" New topic
Author

GWT-p reveal place (firefox vs chrome)

Radovan Vukovic
Greenhorn

Joined: Nov 03, 2010
Posts: 18
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








 
IntelliJ Java IDE
 
subject: GWT-p reveal place (firefox vs chrome)
 
Threads others viewed
value from servlet to dropdown in jsp
Neither BindingResult nor plain target object for bean name 'vids2m1' available as request attribute
How do I send XML message in POST body
Gin problem
Displaying contents of arraylist in jsp
IntelliJ Java IDE