You should either: - clear the form once you saved (so you're implicitly already back in the "start new order" state) - make a NewOrderPlace compare different to every other NewOrderPlace instance (default behavior when you don't override equals()); and of course do not use a singleton NewOrderPlace instance. - goTo the OrderPlace with the ID of the saved order, once saved (so that going to newOrder will indeed go to a different place)
FYI, GMail uses some kind of "replace place" as soon as your mail is (automatically) saved as draft. There's no such thing in GWT though (yet!) -- 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/-/mYoukKS1n-kJ. 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.
