On 2009/10/27 18:26:49, Ray Ryan wrote: > I'm obliged for the patch, Tom, but the fix for the actual issue turns out to > be:
> - private static int domId = 0; > + private int domId = 0; > Also, I'm pretty sure the WidgetPlaceholderInterpreter change will result in > duplicate field names. WPI isn't a singleton. D'oh! I think I thought it was ;-) > I don't remember what you're after with the dom id generator. > Want to file an issue on that? Yes, I'll do as soon as I'll be clear on how I'd like it to work. http://gwt-code-reviews.appspot.com/78806 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
