While I put together an example, I did notice something strange that I think
might be key to figuring this out.

I opened up widget.js and added a few lines of code to the renderLayout
method:
if (container === null) {
    alert(this);
}

I also alerted the table instance in the createTable method. This alert
gives me something like:
"controlcenter.View.List.CCItemTable[190]"

Whereas the one in Widget.js gives me:
"controlcenter.View.List.CCItemTable[undefined]"

I'm not sure what the number is (I assume some sort of object registry
index), but what would cause it to be undefined when qooxdoo goes to render
the widget?
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Problem-with-refreshing-remote-table-tp5005384p5009160.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to