Activity choosen = null;
if (!tFrom.equals("")) {
choosen = (Activity) choices.get(tFrom);
}
XMLAttribute from = (XMLAttribute) transition.get("From");
SpecialChoiceElement cc = new SpecialChoiceElement(from,
"",
new ArrayList(choices.values()),
choosen,
true,
"Id",
"From",
from.isRequired());
cc.setReadOnly(from.isReadOnly());
return new XMLComboPanel(getPanelContainer(),
cc,
null,
false,
true,