Wednesday, September 22, 2010

Correctly implementing history

So I swiped the code at http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html,
and have somewhat implemented History. HTe problem is I haven't
completely implemented it.

If my app is running, going forward and backward in the history works
just grand. I can even paste in a previous bookmark, and it will be
dealt with correctly. However, once you've left my app, all bets are
off.

If I click on a link in my app that takes me outside of my app, when I
hit the Back button my app rebuilds from scratch, completely ignoring
the history in the Navigation bar, and then it going to the usual
starting tab. How do I get my app to look at the Navigation bar, and
use the history that is there?

TIA,

Greg

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment