[eXtremeComponents] 关于自定义基于struts+hibernate的分页实现后,前台droplist的问题

yuzhishu 2007-04-06
通过前台retrieveRowsCallback="limit"
filterRowsCallback="limit"
sortRowsCallback="limit" 三个属性 和在struts
Context context = new HttpServletRequestContext(request);
LimitFactory limitFactory = new TableLimitFactory(context,tableId);
Limit limit = new TableLimit(limitFactory);
/**
* 得到系统默认的页面显示大小
*/
Preferences preferences = new TableProperties();
preferences.init(null, TableModelUtils.getPreferencesLocation(context));
String crdStr = tableId + "_" + TableConstants.CURRENT_ROWS_DISPLAYED;
...
limit.setRowAttributes(totalRows.intValue( ), defaultRowsDisplayed);
..
后台hibernate实现数据获的 省略.

现在发现 把前台的ec:column 的 filter设为droplist时, 过滤列表的数据只是针对当前页进行的一个所有不同值的列表,而并不是所有此列不同值的列表,我想问下有什么问题解决呢?
yuzhishu 2007-04-16
自己已经解决,自定义FilterOption实现类.
pn2006 2007-09-08
能否把你如何结合hibernat分页的实现发份源码给我。谢谢!
sailsof@tom.com
ryan1982 2008-05-09
能否把源码发一份给我看看
最近我也有在研究,谢谢!!!
邮箱是pysky1980@sina.com
Global site tag (gtag.js) - Google Analytics