* @param identity
*/
public UserPropertiesController(UserRequest ureq, WindowControl wControl, Identity identity) {
super(ureq, wControl);
PropertyManager pm = PropertyManager.getInstance();
List l = pm.listProperties(identity, null, null, null, null);
TableGuiConfiguration tableConfig = new TableGuiConfiguration();
tableConfig.setTableEmptyMessage(getTranslator().translate("error.no.props.found"));
tableCtr = new TableController(tableConfig, ureq, getWindowControl(), getTranslator(), this);
tableCtr.addColumnDescriptor(new DefaultColumnDescriptor("table.prop.category", 0, null, ureq.getLocale()));
tableCtr.addColumnDescriptor(new DefaultColumnDescriptor("table.prop.grp", 1, null, ureq.getLocale()));