Banging my head on this one...

If I am currently in ShowThisActivity corresponding to id=1 but then a
new placeChangeEvent with ShowThisPlace with id=2, The entire process
of creating a new place insert place into activity and return activity
to ActivityManager is called but the activit.start() is not called
again and I cannot update the new information for id=2....

Is this my misunderstanding? is there a way of accomplishing this?

More details below

I have a place "show-this-id=#" with corresponding activity.

When I call the first placeController.goTo(new ShowThisPlace("show-
this-id="+1))
- the activity.start() is executed

However when I call next and subsequent "placeController.goTo(new
ShowThisPlace("show-this-id="+2))"
- the activity.start() is never called
HOWEVER:
- The PlaceChange event is fired
- A new place with the correct id is created
- The history token in the url IS updated to the correct id
- The activityMapper.getActivity(token) is called (the mapper sets the
new Place)
- If I go back to the previous place and then go to the desired (show-
this-id=2) it all works

So everything is functioning correct until the activityMapper returns
the activity with the correct place, except start is never called..


THANKS!
-Ashton

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to