dsyrstad / wicket-web-beans

Automatically exported from code.google.com/p/wicket-web-beans
Apache License 2.0
1 stars 1 forks source link

filter Integer Double and Float in DataBeanListPanel - ID: 2035095 #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
===== This issue is copied from SourceForge issue tracker =====

Details:

I've developed a patch that let you use non-string properties on the search
filter.

To use it you have to add one of this three prefix on the property:
$Integer$
$Float$
$Double$

Example .beanprops file:

Project {
filter: $Integer$id, title;
props:
id,
title
}

Submitted: Jordi Deu Pons ( jordeu ) - 2008-08-01 17:24
Priority: 5
Status: Open
Resolution: None
Assigned: Nobody/Anonymous
Category: None
Group: Next Release
Visibility: Public

Original issue reported on code.google.com by dtoffe on 16 Dec 2009 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by dtoffe on 16 Dec 2009 at 12:27

Attachments: