thanks czar yeah collestion is absolutely size = 1 and has a hibernate entity in it
In my Gallery.JAVA I tried the following...
removed @Property on itemsPerPage
and added
public Integer getItemsPerPage() {
return itemsPerPage;
}
and invoked it directly instead of attempting to reference itemsPerPage
still produces NPE
:(
