I am trying to build a custom widget, which I have placed in my own namespace mojo; the widget's name is mojo.View.
When I test in FireFox 3, everything works beautifully--well, except for my own bugs, but I can handle those.
When I test in IE7, I get the error:
Could not load 'mojo.View'; last tried '/dojotest.nsf/mojo/View.js'
(FYI, dojotest.nsf is a Domino database, but it serves web pages like any other web server, and so should not e an issue.)
I have tried googling for this, and found JBurke's example described here
