hi.from architectonical perspective,the response IS A part of your wrapping composite therefore ur maininterface should also manage it.just put the response widget inside
On Jul 22, 6:20 pm, dlynch <[email protected]> wrote: > Hi Everybody, > > I am learning GWT just and am really stuck on a problem. > > I have created a new composite which contains several panels. In some > of the panels I have other seperate composites of which one is a > search which contains a TextBox and a Button. > > So basically i have a mainInterface.java which is a composite > containing my panels for layout. I also have a search.java which is a > composite containing just a TextBox and a button which calls my server > and gets a response. I want to display the response inside one of the > panels in my mainInterface but I cannot see how I can do that as it is > a sepperate class. > > Am I thinking about this all wrong? Should my mainInterface not call a > sepperate Search composite but rather just have the button and textbox > directly there? > > Kind Regards > David -- 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.
