private static final long serialVersionUID = -5700835271577167173L;
public ResultFragment(String id, String markupId, MarkupContainer markupContainer) {
super(id, markupId, markupContainer);
this.setModel(new CompoundPropertyModel(ListAuthoritiesByPath.this));
// create and add components
this.add(new AuthoritiesListPanel("authorities"));
this.add(new ResetForm("resetForm"));