Re: this$instance is null

2010-03-01 Thread Phill Sacre
Hi Just found out why this was happening. I narrowed the problem down to a certain widget. It turns out that what I had done was extend Composite, but then called setElement(...) rather than initWidget(...). I changed the call to initWidget(...) (and wrapped everything in an HTML Panel - I'm

this$instance is null

2010-02-26 Thread Phill Sacre
Hi I have an issue when I try to remove / add a widget. The page looks something like this: div id=header/div div id=content/div div id=footer/div Essentially what I want to do is change the value of the content div when someone clicks on a menu item. So I have created a Command which looks