ListView model is CompoundPropertyModel<List<MyObject>>
And when I populate items such what:

protected void populateItem(final ListItem<SaleTransfer> item)
{
  item.add(new Label("fullName"));
}

I getting error:
WicketMessage:  The expression 'fullName' is neither an index nor is
it a method or field for the list class java.util.ArrayList

Why ListView doesn't set appropriate item's model to items?

-- 
WBR, kan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to