aspose file tools
The moose likes GWT and the fly likes placeManager.revealPlace does not get invoked from second time onwards Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "placeManager.revealPlace does not get invoked from second time onwards" Watch "placeManager.revealPlace does not get invoked from second time onwards" New topic
Author

placeManager.revealPlace does not get invoked from second time onwards

Bhavin B Parekh
Greenhorn

Joined: Mar 19, 2008
Posts: 8
Hi,

I have written a call to a presenter via placeManager.revealPlace. The issue is that when the flow reaches this line of code for the first time, it gets executed and my presenter is getting invoked, but when I try to perform some transaction on the same page and try to execute the same line of code once again, it does not get invoked and thus my presenter is not called as well.. please help me with this.

Thanks!
Bhavin
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: placeManager.revealPlace does not get invoked from second time onwards
 
Similar Threads
Handling EDT issues when listening to model events with Model View Presenter
Gin problem
Best way to the pattern
Handling threading issues when listening to model events with ModelViewPresenter
String Replace Problem