PlaceHistoryHandler, has a register method:
public HandlerRegistration register(PlaceController placeController,
EventBus eventBus,
Place defaultPlace) {
you probably have already defined some places in your application.
just pass the one you want to make the default (start) place,
to the register method.
have a look at the code here:
http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html#Putting_it_all_together
Ryan
--
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.