// the list of criteria for the selected rule
ruleEditForm.add(new Label("ruleCriteriaLabel",new ResourceModel("criteria.title")));
SortableDataProvider dataProvider = new SortableDataProvider()
{
public int size()
{
return profilingRule.getRuleCriteria().size();
}