论坛首页 Web前端技术论坛

[源码]XiorkFlow:用JavaScript写的工作流设计器

浏览 95141 次
该帖已经被评为良好帖
作者 正文
   发表时间:2007-08-28  
我下载了。为什么总是报处理过程出现错误!,在新建保存和打开范例的时候。
0 请登录后投票
   发表时间:2007-08-28  
GetProcess.js文件下

GetProcess.prototype.onReadyStateChange = function (httpRequest) {
if (httpRequest.readyState == 4) {
if (httpRequest.status == 200) {
this.processXMLHttpRequest(httpRequest);
} else {
//处理过程出现错误!
alert("\u5904\u7406\u8fc7\u7a0b\u51fa\u73b0\u9519\u8bef\uff01");
this.setButtonEnable(true);
}
}
打开范例总是报这个错误应该怎么处理,还有新建后保存也报这个错误。
0 请登录后投票
   发表时间:2007-08-28  
有另外一个工作流的实现在(by EXT):
http://www.openjacob.org/draw2d/single/YahooUI_integration/index.html
0 请登录后投票
   发表时间:2007-09-03  
No mapping for [/XiorkFlow/listprocess.xf] in DispatcherServlet

楼主. 老是报错呀。。。
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics