Hello,
Is it possible in WicketTester to check the items which are inside
DataView - an example:
DataView dataView = new DataView ("sampleDataView", provider, 10) {
@Override
protected void populateItem(Item sampleItem) {
sampleItem.add(new Label("title", new Model()));
}
}
and in WicketTester I want to:
getWicketTester().assertComponent("sampleDataView: something :title",
DataView.class);
How can I get that 'something' for the test?
Regards,
Adr
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]