Nope -- still getting the same error. Here's a possible clue: I added a firebug console.log(this); right before I create the dialog with
Code:
var view = new DwtComposite(this.getShell());
When the dialog works, firebug prints ca_sfu_icat_resend (the namespace for the zimlet) to the console for the value of
this. When it
doesn't work, it just prints
undefined.