Greetings, I'm new to GWT so I appreciate you bearing with me. I've spent a bunch of hours with GWT & eclipse. I can easily create an app, add controls, and deal with events. The problem I am having is understanding how to get to a second (or third...) page. Let's say a user enters some data on the page and clicks "Submit". I want to do something with the data and then present a new screen - you know - the next step of the app. I am hard pressed to find an example showing how to go to a second page.
I have a bunch of books on the subject but most of them are either very out-of-date or they too don't show how to do this simple task. I did read one sentence in a book that said that a GWT app uses the same page but just clears and re-fills it (or one of its panes) rather than loading a new page. If this is true I think it's a good thing. So, I need to know two things: 1. How do I define a second page using the eclipse GWT designer? 2. How do I get one page to call the other? Thanks. Blake McBride -- 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.
