HI there, the window is essentially a popup window created using the Window() class, so is not a separate browser window. Currently I only have the results stored in an ArrayList but i want to pass it back to my class that contains all the main page components?
On Dec 9, 7:47 am, rjcarr <[email protected]> wrote: > I (and likely others) am not following what you mean here. What do > you mean by Window()? Are you saying that your results are currently > going to a new browser window but you want them to instead go into a > tab of the current window? > > On Dec 8, 9:01 am, Ross McKinnon <[email protected]> wrote:> Hi > there, > > > Quick question: > > > On my main page of my App i have a number of tabs that contain a grid > > of data on each tab. A feature I am trying to implement is a search > > facility that returns the results by dynamically adding a new tab > > containing the results. The search facility is contained in a > > Window(). Is there a way that I can pass the results of the search > > back to the main page to add a new tab? > > > Im getting my results from a MySQL database. > > > Thanks, > > Ross -- 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.
