Hi everyone,
I just went through quite a bit of pain today to figure out something
which I think developers on the list (and @Google) should be aware of.
In my apps I routinely do
RootPanel.get("divname").add(mymainobject);
Where divname is the lowercase version of my application. For example,
I have an app that is VoteList, and its div name is 'votelist'.
In 1.6 this will fail, because GWT creates an iframe of with that id.
I suppose this means we should follow the 'slot' naming convention
(assuming you're not writing a casino application...)
GWT guys: either a name like __gwt_generated_appname or a better
warning would be great.
Thanks for listening,
Benjamin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---