Before I delve, what's the most elegant way of handling the start page
of your app? (i.e. going back to it?)

Really my question is about the fact that for e.g. "page2" you have
created a history token with the String "#page2"... but when you press
the "back" button after this, you go back to the first page that
has... no token? So how do you test for this?

Sorry if this sounds stupid (and I haven't done it yet)... but does
the ValueChangeHandler just give you a token with an empty String ("")
when you do this?

If not, what's the most elegant way of including the first page in
your history, without repeating any code, and without adding
unnecessary items in the browser history?

-- 
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.

Reply via email to