here it is below, it occurs on the line
RootPanel.get(divId).getElement().setInnerHTML
(getTankInventoryForMapTree(tivo));
DEBUGGED BACK TO... RootPanel.get(divId)
In RootPanel.java
// Create the panel and put it in the map.
if (elem == null) {
// 'null' means use document's body element.
rp = new DefaultRootPanel();
} else {
// Otherwise, wrap the existing element.
rp = new RootPanel(elem);
}
rootPanels.put(id, rp);
detachOnWindowClose(rp);
return rp;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---