我开始挖掘在我当前环境中使用的 DOJO:iWidget @ IBM Business Space
所以我遇到了 dojo.require("dojo.dom")
所有其他模块的问题
浏览器控制台:
"NetworkError: 404 ProxyServlet%3A+%2F...edojo%2Fdojo%2Fdom%2Ejs - http://127.0.0.1:39191/mum/js/bluedojo/dojo/dom.js"
com.ibm.mm.iwidget.widget.IWidgetWrapperExtendedImpl IWidgetWrapper._handleEventInternal: widget: testWidget, eventName: onedit, HandleEventException: Error: Could not load 'dojo.dom'; last tried './dom.js'
请求标头
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip, deflate
Accept-Language en-US,en;q=0.5
Cookie _testWidget_myTreeSaveStateCookie=treedata; JSESSIONID=4x5yqx2lqocv
Host 127.0.0.1:39191
Referer http://127.0.0.1:39191/mum/testWidget.jsp?iWidget=http://localhost:9081/FileClient/FileClientWidget.xml
回复
<h2>HTTP ERROR: 404</h2><pre>ProxyServlet: /mum/js/bluedojo/dojo/dom.js</pre>
<p>RequestURI=/mum/js/bluedojo/dojo/dom.js</p>
ps 示例我尝试在 iWidget 环境下执行失败,但在我在 Eclipse 中的另一个动态 Web 项目中的简单 html 页面上运行良好