Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread vov
Hi, idudko! Can your attach some code for example? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextFilteredPropertyColumn-feature-tp2289687p2289730.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread Ivan Dudko
MyDataProvider provider = new MyDataProvider(); ListIColumnObject cols = new ArrayListIColumnObject(); cols.add(new PropertyColumnObject(new ModelString(getString(MyList.Id)), ID, ID)); cols.add(new TextFilteredPropertyColumnObject, String(new ModelString(getString(MyList.Name)), Name,

Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread vov
Your page look fine, but you do not attach code for 'MyDataProvider' -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextFilteredPropertyColumn-feature-tp2289687p2289754.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread Ivan Dudko
not attach code for 'MyDataProvider' -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextFilteredPropertyColumn-feature-tp2289687p2289754.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread vov
) -- 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: users

Re: TextFilteredPropertyColumn feature?

2010-07-15 Thread Ivan Dudko
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

TextFilteredPropertyColumn feature?

2010-07-14 Thread Ivan Dudko
Hello! I am using TextFilteredPropertyColumn in my DataTable and it works very well. But when i added second TextFilteredPropertyColumn to my table, i get some fun. Filtering works only when i fill all two inputs (in these TextFilteredPropertyColumn's). And if i fill only one input, it do not do