精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-03-22
少一个依赖包吧?——“unieap.jar”。
filelist.txt中有,但解压后的包中没有。 |
|
返回顶楼 | |
发表时间:2007-03-22
哦 那个是无用的 应该从 filelist里去掉
|
|
返回顶楼 | |
发表时间:2007-03-22
把最新版本的代码放到我的MyEclipse中,编译后有5个java文件报错:
报错java文件名 报错行数 报错内容 AutoGenerateColumnsImpl 29 Type mismatch: cannot convert from Column to Column 71 The method addAutoGenerateColumn(Column) in the type ColumnHandler is not applicable for the arguments (Column) TableProperties 33 The type TableProperties must implement the inherited abstract method Preferences.init(Context, String) RequestUtil 94 The constructor TableLimitFactory(Context, String) is undefined 105 The constructor TableLimitFactory(Context, String) is undefined HtmlView 41 The type HtmlView must implement the inherited abstract method View.body(TableModel, Column) 105 Type mismatch: cannot convert from Row to Row 499 Type mismatch: cannot convert from Table to Table 584 Type mismatch: cannot convert from Column to Column 606 The method getCalcResults(Column) in the type ColumnHandler is not applicable for the arguments (Column) TreeCell 36 The type TreeCell must implement the inherited abstract method Cell.getHtmlDisplay(TableModel, Column) |
|
返回顶楼 | |
发表时间:2007-03-22
在这里发表评论后的内容不好修改啊?前面粘上去的内容太乱了,想重新整理一下都不行了。
报错java文件名 报错行数 报错内容 AutoGenerateColumnsImpl 29 Type mismatch: cannot convert from Column to Column 71 The method addAutoGenerateColumn(Column) in the type ColumnHandler is not applicable for the arguments (Column) TableProperties 33 The type TableProperties must implement the inherited abstract method Preferences.init(Context, String) RequestUtil 94 The constructor TableLimitFactory(Context, String) is undefined 105 The constructor TableLimitFactory(Context, String) is undefined HtmlView 41 The type HtmlView must implement the inherited abstract method View.body(TableModel, Column) 105 Type mismatch: cannot convert from Row to Row 499 Type mismatch: cannot convert from Table to Table 584 Type mismatch: cannot convert from Column to Column 606 The method getCalcResults(Column) in the type ColumnHandler is not applicable for the arguments (Column) TreeCell 36 The type TreeCell must implement the inherited abstract method Cell.getHtmlDisplay(TableModel, Column) |
|
返回顶楼 | |
发表时间:2007-03-22
没有错误了,是我项目编译有问题,实在对不起。。。
|
|
返回顶楼 | |
发表时间:2007-03-22
以后类似问题去 圈子的论坛问吧 谢谢合作
|
|
返回顶楼 | |
发表时间:2007-03-23
我是来支持的。+U。
|
|
返回顶楼 | |
发表时间:2007-03-23
fins,你好,我如果是用bufallo框架实现了ajax,现在想在页面上用你的ecside,该怎么实现无刷新调用呢?
例如: (new Buffalo("...","..")).remoteCall("Hello.sayHello",[], function(reply) { var result = reply.getResult(); }); 得到result结果集,怎么传给ecside? 有什么好的实现方法? |
|
返回顶楼 | |
发表时间:2007-03-23
应该不行
虽然都是ajax但是整个机制都不一样 ecside返回的是html代码 而Buffalo返回的有可能是 json即使是html 也不能保证是符合ecside的 |
|
返回顶楼 | |
发表时间:2007-03-26
一直在关注ecside,非常佩服fins的毅力和耐心。
愿ecside越做越好。 |
|
返回顶楼 | |