best would be to do a place change, call the same activity, but re-use the
view (you can mark it singleton). this would make the code clean.

On Wed, Jul 20, 2011 at 5:43 AM, P.G.Taboada <pgtabo...@googlemail.com>wrote:

> Hi,
>
> I need to tell the history manager that I am switching from
> userViewPlace: to userViewPlace:someToken. I do not need to really
> switch the place, but I need the history to change.
>
> The following does the trick, but it feels like cheating.
>
>    History.newItem("SomePlace:" + new
> SomePlace.Tokenizer().getToken(new SomePlace(infosNeeded)), false);
>
>
> Any better solution?
>
> brgds,
>
> Papick
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to