private XRDS xrds;
public ServerResultFragment(String id, String markupId, MarkupContainer markupContainer) {
super(id, markupId, markupContainer);
this.setModel(new CompoundPropertyModel(this));
// create and add components
this.add(new Label("xrds"));
}