ecside的问题
fly_bluewolf
2007-03-19
为什么我会总报
Could not create the object [process]. The class was not found or does not exist.的错误。 去掉retrieveRowsCallback="process"就报错了 但是不显示数据了。 |
|
fins
2007-03-20
你用的是 1.25版吗?
如果不是 不能那么直接指定 你需要使用类的全名: retrieveRowsCallback="org.extremecomponents.table.callback.ProcessRowsCallback" |