Dynamic place navigation

2013-06-18 Thread Prince
Hi, I have a requirement to navigate to the places where place is dynamically decided. For example, I have an Edit User link from Screen-1 Screen-2. When I click on the link, it takes me to EditUserView.java. Now, when I click on Save button from my EditUserView.java, it should take me to

Re: Dynamic place navigation

2013-06-18 Thread Jens
History.back(); maybe? If this doesn't work for you then store the previous place in the current place so you can call placeController.goTo(editUserPlace.getPreviousPlace()); later on. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Dynamic place navigation

2013-06-18 Thread Thomas Broyer
On Tuesday, June 18, 2013 11:19:39 AM UTC+2, Prince wrote: Hi, I have a requirement to navigate to the places where place is dynamically decided. For example, I have an Edit User link from Screen-1 Screen-2. When I click on the link, it takes me to EditUserView.java. Now, when I

Re: Dynamic place navigation

2013-06-18 Thread Akbar Gadhiya
Hi All, Thanks for responding. I will try to add return place in my new place. On Tue, Jun 18, 2013 at 3:01 PM, Thomas Broyer t.bro...@gmail.com wrote: On Tuesday, June 18, 2013 11:19:39 AM UTC+2, Prince wrote: Hi, I have a requirement to navigate to the places where place is