It's strange that it loses selection. Anyway, you can always get the selected object in onSelectionChange() method and fire an event through an event bus or directly call a method on the second panel to pass the selected object. Or you can even keep the selection model itself in the second panel.
You can also look at MVP approach<http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html> . -- 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.
