[ECSide] retrieveRowsCallback有什么作用

qaplwsok 2007-05-18
1.想请教一下<ec:table>标签下的retrieveRowsCallback有什么作用!
2.为什么我这样写"${showlist.locationCd}"会报出以下错误:
[] ERROR [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] TagUtils.evaluateExpressionAsObject(197) | Could not resolve EL for [result] - javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "result" with value "
<a href="../master/locationInfo.do?locationCd=${showlist.locationCd}">${showlist.locationCd}</a>
": The "." operator was supplied with an index value of type "java.lang.String" to be applied to a List or array, but that value cannot be converted to an integer. (null)
fins 2007-05-18
retrieveRowsCallback简单的说 就是 设置一下分页的机制
是数据库分页 还是 基于java分页 你可以看下置顶帖

后一个问题似乎是  weblogic与公式语言的问题 这个我真的不是很了解了

不同的应用服务器对于公式语言的解析采用不同的方式 我不熟悉weblogic
Global site tag (gtag.js) - Google Analytics