}
HTMLUtils.appendQuery(uri, "Unit", unit);
HTMLUtils.appendQuery(uri, "Units", units);
DashHierarchy props = getPSPProperties();
PropertyKey self = props.findExistingKey(getPrefix());
int numPhases = props.getNumChildren(self);
for (int i = 0; i < numPhases; i++)
HTMLUtils.appendQuery(uri, "Phases",
props.getChildKey(self, i).name());