{
LogUtil.error(getClass(), "Value of property $0 in object of type $1 is not a ModelObject", rootObjectPropertyPath, o.getClass().getName(), e);
}
}
dlg.rebuildTree();
dlg.expand(1);
// Determine the current data member path from the value of the property
String memberPath = (String) value;
dlg.setSelectedMemberPath(memberPath);