aspose file tools
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 » 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: 19
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








 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: GWT-p reveal place (firefox vs chrome)
 
Similar Threads
Neither BindingResult nor plain target object for bean name 'vids2m1' available as request attribute
Gin problem
How do I send XML message in POST body
value from servlet to dropdown in jsp
Displaying contents of arraylist in jsp