I thing that you can have a problem with your FilterCriterionInterface:
public String getComparedValue()
        {
          return filter.get("Name").toString();
        }
...it can throw NullPointerExcaption if you did not input name filter

Try to debug your dao.getResultSetFullSize(fltr)
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/TextFilteredPropertyColumn-feature-tp2289687p2289781.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to