4344454647484950
this.error(this.getString("storefail") + ex.getLocalizedMessage()); } // create and add components this.add(new SubSegmentsListPanel("namespaces")); this.add(new PageLink("backLink", Index.class)); }
4445464748495051
this.error(this.getString("storefail") + ex.getLocalizedMessage()); } // create and add components this.add(new SubSegmentsListPanel("subSegments")); this.add(new PageLink("backLink", Index.class)); }
116117118119120121122123
super(id, markupId, markupContainer); this.setModel(new CompoundPropertyModel(ListSubSegmentsByIndex.this)); // create and add components this.add(new SubSegmentsListPanel("subSegments")); this.add(new ResetForm("resetForm")); }