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/-/riGZPQEj7ngJ. 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.
