Ah "Places". This is only in GWT 2.1, right? Ok, how would I do it in a 2.0 app using "History"?
And if I upgraded to 2.1, what are the basic advantages of using "Places" over "History"? Cheers, N On Jan 27, 4:54 pm, Ryan Mehregan <[email protected]> wrote: > 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/DevGuideMvpActivitiesAnd... > > 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.
