super(id);
this.setModel(new CompoundPropertyModel(this));
// create components
AllAuthoritiesModel allAuthoritiesModel = new AllAuthoritiesModel();
DropDownChoice parentAuthorityDropDownChoice;
TextField nameTextField;
parentAuthorityDropDownChoice = new DropDownChoice("parentAuthority", allAuthoritiesModel, (IChoiceRenderer) allAuthoritiesModel);