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.
