[ECSide] filter的问题

daiing 2007-05-18
filter有些问题,fins帮我看看,
http://daiing.iteye.com/upload/picture/pic/3391/ab1bde8d-363c-463d-a43c-b3acfce337fa.jpg
回车后
http://daiing.iteye.com/upload/picture/pic/3392/af434321-5386-475e-ad71-a7e59b69e0f2.jpg
回车后什么内容都没有,翻页后页是什么都没有,下面是我的ecside的配置内容,版本是5月17号的版本,排序没有问题


这个是ecside.properties
messages=org.ecside.resource.TableResourceBundle
table.interceptor.default=org.extremecomponents.table.interceptor.DefaultInterceptor
row.interceptor.default=org.extremecomponents.table.interceptor.DefaultInterceptor
column.interceptor.default=org.extremecomponents.table.interceptor.DefaultInterceptor
export.interceptor.default=org.extremecomponents.table.interceptor.DefaultInterceptor

table.state.default=org.extremecomponents.table.state.DefaultState
table.state.notifyToDefault=org.extremecomponents.table.state.NotifyToDefaultState
table.state.persist=org.extremecomponents.table.state.PersistState
table.state.notifyToPersist=org.extremecomponents.table.state.NotifyToPersistState
table.stateAttr=notifyState

table.useSessionFilterSortParam=useSessionFilterSort
table.view.html=org.ecside.view.DefaultHtmlView
column.headerCell.radiobox=org.ecside.table.cell.RadioBoxHeaderCell
column.headerCell.checkbox=org.ecside.table.cell.CheckBoxHeaderCell
column.headerCell.header=org.ecside.table.cell.HeaderCell
column.cell.display=org.ecside.table.cell.DisplayCell
column.cell.radiobox=org.ecside.table.cell.RadioBoxCell
column.cell.checkbox=org.ecside.table.cell.CheckBoxCell
column.cell.calcTotal=org.ecside.table.cell.RowCalcTotalCell
column.cell.calcAvg=org.ecside.table.cell.RowCalcAvgCell
column.cell.shadowRow=org.ecside.table.cell.ShadowRowCell
column.calc.total=org.extremecomponents.table.calc.TotalCalc
column.calc.average=org.extremecomponents.table.calc.AverageCalc
column.cell.currency=org.extremecomponents.table.cell.NumberCell
column.cell.number=org.extremecomponents.table.cell.NumberCell
column.cell.date=org.extremecomponents.table.cell.DateCell
column.cell.rowCount=org.extremecomponents.table.cell.RowCountCell
column.cell.tree=org.extremecomponents.tree.TreeCell
column.filterCell.droplist=org.extremecomponents.table.cell.FilterDroplistCell
column.filterCell.filter=org.extremecomponents.table.cell.FilterCell
column.headerCell.selectAll=org.extremecomponents.table.cell.SelectAllHeaderCell

export.view.xls=org.ecside.view.XlsView
export.viewResolver.xls=org.ecside.view.XlsViewResolver
export.view.csv=org.ecside.view.CsvView
export.viewResolver.csv=org.ecside.view.CsvViewResolver
export.view.print=org.ecside.view.PrintView
export.viewResolver.print=org.ecside.view.PrintViewResolver

tool.navigation=org.ecside.table.tool.PageNavigationTool
tool.pagejump=org.ecside.table.tool.PageJumpTool
tool.pagesize=org.ecside.table.tool.PageSizeTool
tool.export=org.ecside.table.tool.ExportTool
tool.status=org.ecside.table.tool.StatusTool
tool.extend=org.ecside.table.tool.ExtendTool
tool.blank=org.ecside.table.tool.BlankTool
tool.refresh=org.ecside.table.tool.RefreshTool
tool.save=org.ecside.table.tool.SaveTool
tool.add=org.ecside.table.tool.AddTool
tool.del=org.ecside.table.tool.DelTool
tool.|=org.ecside.table.tool.SeparatorTool
tool.,=org.ecside.table.tool.NewLineTool

table.showExports=true
table.showPagination=true
table.showStatusBar=true
table.showTitle=true
table.showTooltips=true

table.filterRowsCallback.default=org.extremecomponents.table.callback.ProcessRowsCallback
table.filterRowsCallback.process=org.extremecomponents.table.callback.ProcessRowsCallback
table.filterRowsCallback.limit=org.extremecomponents.table.callback.LimitCallback
table.filterRowsCallback.common=org.ecside.table.callback.CommonLimitCallback
table.filterRowsCallback.default=org.ecside.table.callback.CommonLimitCallback


table.sortRowsCallback.default=org.extremecomponents.table.callback.ProcessRowsCallback
table.sortRowsCallback.process=org.extremecomponents.table.callback.ProcessRowsCallback
table.sortRowsCallback.limit=org.extremecomponents.table.callback.LimitCallback
table.sortRowsCallback.common=org.ecside.table.callback.CommonLimitCallback
table.sortRowsCallback.default=org.ecside.table.callback.CommonLimitCallback

table.retrieveRowsCallback.default=org.extremecomponents.table.callback.ProcessRowsCallback
table.retrieveRowsCallback.process=org.extremecomponents.table.callback.ProcessRowsCallback
table.retrieveRowsCallback.limit=org.extremecomponents.table.callback.LimitCallback
table.retrieveRowsCallback.common=org.ecside.table.callback.CommonLimitCallback
table.retrieveRowsCallback.default=org.ecside.table.callback.CommonLimitCallback

#exportPdf.font=SimSun,SimHei
#exportPdf.userconfigLocation=fop_pdf_config.xml
#exportPdf.fontLocation=/WEB-INF/lib

table.autoIncludeParameters=false
table.border=0
table.cellpadding=0
table.cellspacing=0
table.width=98%
table.height=350
table.method=post
table.theme=ecSide
table.styleClass=tableRegion
table.headerClass=tableHeader
table.headerSortClass=tableHeaderSort
table.showExports=true
table.locale=zh_CN

table.exportable=true
row.highlightRow=true
row.highlightClass=highlight
row.selectlightRow=true
row.selectlightClass=selectlight


column.format.number=0.##
column.format.date=yyyy/MM/dd
column.parse.date=yyyyMMdd
column.editEvent=ondblclick
column.editTemplate=ecs_t_input

table.generateScript=true
table.useAjax=true
table.doPreload=true
table.sortable=true
table.filterable=true
table.editable=false

table.addTemplate=add_template
table.toolbarLocation=bottom
table.toolbarContent=navigation|pagejump |pagesize|refresh save add del|export|extend|status
table.resizeColWidth=true
table.minColWidth=50

column.escapeAutoFormat=true
defaultCalcLayout=multiRowCalcResults
#defaultCalcLayout=singleRowCalcResults
table.alwaysShowExtend=bottom
table.bufferView=false

table.pageSizeList=max:2000,5,10,20,50,100,1000,all
table.nearPageNum=2
table.rowsDisplayed=20
export.encoding=UTF
export.maxRowsExported=50000


#FOR TD: row.highlightRow=false
#FOR TD: table.generateScript=false
#FOR TD: table.theme=eXtremeTable
#FOR TD: table.nearPageNum=0
#FOR TD: table.pageSizeList=max:2000,5,10,20,50,100,1000
#FOR TD: table.excludeTool=save,add,del
#FOR TD: export.view.csv=org.ecside.view.XlsView
#FOR TD: export.viewResolver.csv=org.ecside.view.XlsViewResolver
#FOR TD: export.view.xls=org.ecside.view.CsvView
#FOR TD: export.viewResolver.xls=org.ecside.view.CsvViewResolver

fins 2007-05-18
模糊查询请使用  "保险公司*"
Global site tag (gtag.js) - Google Analytics