| Issue 138: | Declaring FilterMatcher With Class/Property | |
| 1 person starred this issue and may be notified of changes. | Back to list |
it seems that when you add the new filter matcher explicitly, you need to explicitly add filter matchers to the any other columns you want to filter on ... You found a bug!! Change the MatcherKey to an Object.class and it should work for you. I'll put in an issue ticket for this. The bug is that when you specify a class and a property the registry should not be checking the on just the class for the columns. tableFacade.addFilterMatcher(new MatcherKey(Object.class, "available"), new AvailableFilterMatcher());
Aug 23, 2008
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Fixed
|