116117118119120121122123
super(id, markupId, markupContainer); this.setModel(new CompoundPropertyModel(ListAuthoritiesByPath.this)); // create and add components this.add(new AuthoritiesListPanel("authorities")); this.add(new ResetForm("resetForm")); }
4647484950515253
log.debug("Authorities: " + this.authorities.size()); // create and add components this.add(new AuthoritiesListPanel("authorities")); this.add(new PageLink("backLink", Index.class)); }
super(id, markupId, markupContainer); this.setModel(new CompoundPropertyModel(ListAuthoritiesByIndex.this)); // create and add components this.add(new AuthoritiesListPanel("authorities")); this.add(new ResetForm("resetForm")); }