> > Any idea if this normal (that the place doesn't change to > "EIRegisterPlace")? >
Yes thats normal. A FilteredActivity allows you to change activities for a given place by temporary converting the current place to a different one to trick the underlying ActivityMapper. So its not meant to globally transform one place into another. Thats why PlaceController always contains the place you call goTo() with. > and is there a workaround? another way of proceeding? > You could copy the PlaceController.goTo() method and omitting the oldPlace.equals(newPlace) check. So you basically fire PlaceChangeRequestEvent and PlaceChangeEvent yourself and not through PlaceController.goTo(). That way you can "reload" the current place. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/E3H4BiSIeOQJ. 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.
