LayerAuthoritiesAndIdentifiersPanel authAndIds;
authAndIds = new LayerAuthoritiesAndIdentifiersPanel("authoritiesAndIds", true, info);
form.add(authAndIds);
// limited srs list
TextArea srsList = new SRSListTextArea("srs", LiveCollectionModel.list(new PropertyModel(info, "sRS")));
form.add(srsList);
form.add(new CheckBox("bBOXForEachCRS"));
form.add(new AjaxLink("bBOXForEachCRSHelp") {
@Override