Hi,

What is the error ?
Looking at the signature I don't see a problem.


On Thu, Dec 20, 2012 at 10:36 AM, Noven <noven_...@yahoo.com> wrote:

> Hi,
>
> I am facing error when try to add sortproperty to datatable column. I use
> wicket 6.3.0, it works fine using wicket 1.4.2.
>
> My code is below :
>
>
> List<IColumn<Message, String>> columns = new ArrayList<IColumn<Message,
> String>>();
> columns.add(new PropertyColumn<Message, String>(new
> Model<String>("Subject"), "subject", "subject")); // error
>
> columns.add(new PropertyColumn<Message, String>(new
> Model<String>("Subject"), "subject")); // work
>
>
> Did somebody found this error before? How to make work?
>
> Thank you.
>
>
> Noven
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to