You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Björn-Peter Tietjens <bj...@web.de> on 2008/12/18 12:15:36 UTC

PropertyColumn

Hi,

when trying to user a PropertyColumn like this:
...
List<IColumn> columns = new ArrayList<IColumn>();
columns.add(new PropertyColumn<Long>(new Model<String>("ID"), "id"));
columns.add(new PropertyColumn<String>(new Model<String>("First 
Name"),"firstName","firstName"));
...

I keep getting the following error:
..."The type PropertyColumn is not generic; it cannot be parameterized 
with arguments <Long>"...

Why is that? What am I doing wrong?

Cheers
Björn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org