I think the issue is broader from my understanding. The way I interpret the thread is that if you wrap any DOM element with a GWT widget, you cannot wrap any child DOM elements with GWT widgets (you can have nested DOM elements, but you can only wrap 1 of those elements with a GWT widget).
On a sidenote, couldn't the whole architecture be more light-weight by using the existing DOM tree instead of creating a parallel widget tree that contains the exact same structure? Or are there technical reasons that it was done this way? On Wed, Apr 15, 2009 at 3:44 AM, loongest <[email protected]> wrote: > > Hi all, > > I just move the project from 1.4 to 1.6. I'm facing the same > problem as describe above. Does it mean that div tag must close and > cannot contains other div tags ? > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
