标签: jsf jsf-2 richfaces jsf-2.2
我有一个丰富的数据表,我想根据上面选择的数据表进行过滤。我写了<rich:column filterType="custom" filterExpression="#{fn:filterBaseOnExpiryType(resultValue.endDate);}">并尝试添加filterMethod="#{bean.filterMethod}",当数据表显示行时,它不调用在bean中绑定的过滤器方法。是否有任何其他工作来调用具有当前记录日期的过滤器作为输入参数
<rich:column filterType="custom" filterExpression="#{fn:filterBaseOnExpiryType(resultValue.endDate);}">
filterMethod="#{bean.filterMethod}"