Thanks very much for the reply! The video was very helpful. Unfortunately, this is information I should have had before getting this far in my application development. There isn't time to turn back now. My application is in dead-line mode, but is only a proof of concept, so it doesn't matter too much if the underlying code is really hacky or not. Can anyone else suggest a means of transporting an object from a child panel to a parent panel?
On Jun 22, 3:34 pm, Isaac Truett <[email protected]> wrote: > There's a great presentation by GWT developer Ray Ryan > here:http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractic... > > <http://code.google.com/events/io/sessions/GoogleWebToolkitBestPractic...>He > talks about the sort of design considerations you have in mind. > > - Isaac > > On Mon, Jun 22, 2009 at 2:09 PM, Sean Boyer <[email protected]> wrote: > > > Hi! > > > I've got what is probably more of a design/practice question more than > > anything. > > > I've got my MainEntryPoint class. It holds a TabPanel. I've got 2 > > tabs, each has a custom vertical panel. One panel lists users > > (gathered from a web service). The other panel has form fields to > > allow me to add/edit a user (again, by pushing data to a web service). > > > My problem is that I am not sure what the best way to get data from > > the list tab to the edit tab. > > > If I were working in Struts or something, I would catch the click > > update button event, put the user object into the session context, > > advance the page to the edit page, and then extract the values from > > the session context. > > > I haven't yet seen any examples in GWT showing complex object passed > > from a child widget to a parent. > > > Any examples you could point to me would be great. > > > Thanks, > > Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
