Hi gwt gurus i want to to use editorframework implement this:
Person extends ValueProxy -name:String -attributes:List<KeyValueProxy> KeyValueProxy extends ValueProxy -key:String -value:String want to populate a popup-editor where you can edit person : add/remove/edit attributes, change name. i think of 2 possibilities 1-a separate celltable for attributes with a backed Listdataprovider, (but then it's could be difficult to keep in sync with the driver ?) 2-use a CompositeEditor . 1 editor for each any suggestions/example would be great thanx -- 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.
