It seems, the listeditor backing only get setup properly if the list is empty, when it's null the whole process for list editor breaks down. The backing list won't even get set when its null, and adding an item when it starts out null I think doesn't work.
On Thursday, May 17, 2012 8:26:37 AM UTC-7, Thomas Broyer wrote: > > > > On Thursday, May 17, 2012 4:47:10 PM UTC+2, Brandon Donnelson wrote: >> >> Thats a good point and as soon as I posted that I wondered that my self. >> >> The first thing I'd like to do is pause on it and see which of my list >> editors has a null list because the list editor wants an empty or greater >> list. >> > > That's not quite true (as you'll see setValue has specific code for null > values). It's just that it'll only work for display (i.e. as long as you > don't call flush()). > > >> But pausing on every list is tiresome and would rather pause on an >> exception. >> > > Did you know you can set breakpoints on exceptions? ;-) > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6GHYkryKPpMJ. 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.
