}
static class GMLPanel extends Panel {
public GMLPanel(String id, IModel gmlModel) {
super(id, new CompoundPropertyModel(gmlModel));
//srsNameStyle
List<GMLInfo.SrsNameStyle> choices =
Arrays.asList(SrsNameStyle.values());
DropDownChoice srsNameStyle = new DropDownChoice("srsNameStyle", choices);