661662663664665666667668669670671
} scroller.getChildren().add(link); } else { UIOutput uiText = (UIOutput) link.findComponent(scroller.getId() + id + "_text"); if (uiText != null) { //Update text value uiText.setValue(text); }
570571572573574575576577578579580
618619620621622623624625626627628