Did you see this post http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni?
2011/10/26 Gervais.b <[email protected]> > Dear GWT profesionnals, > > I try to create an little app who allow users to make search. The main > screen contains some inputs and a TabLayoutPanel who contains two set > of inputs. > The main screen is created with UiBinder and the two containeds into > the tabs are also described with UiBinder. I have one activity who > manage the screen and perform the search. > > But now I have to add another search button into the first tab. This > search button let the user do a search and complete the inputs. The > first solution is to add another callback method to the atcivity > "doNestedSearchAndFillSubset()" but this "nestedSearch" can prompt the > user with an popup panel to select one line from the result set... > > Is it a way to manage the "subSearch" view and action with another > activity who is nested into the main screen activity ? > > Thanks > > -- > 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. > > -- 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.
