RE: PropertyModel getObject returns null

2010-09-22 Thread Shelli Orton
tember 22, 2010 2:42 PM To: users@wicket.apache.org Subject: PropertyModel getObject returns null Hi, I followed the example on this page https://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html to create a SortableDataProvider. I am running into a NullPointerException when my Comparator class&#x

PropertyModel getObject returns null

2010-09-22 Thread Shelli Orton
Hi, I followed the example on this page https://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html to create a SortableDataProvider. I am running into a NullPointerException when my Comparator class' compare method is invoked at int result = model1.getObject().compareTo(model2.getOb