[Bug #1199] Fix issue setting Listitem value in renderer

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-10-27 13:23:42 +02:00
parent f8d87b179b
commit 7f2cc96046

View file

@ -464,6 +464,7 @@ public class ConfigurationController extends GenericForwardComposer {
public void render(Listitem item, Object data) {
ProgressType progressType = (ProgressType) data;
item.setLabel(_(progressType.getValue()));
item.setValue(progressType);
}
}