private static List<SelectItem> LANGUAGES = new ArrayList<SelectItem>();
private DynaFormModel model;
public DynaFormController() {
model = new DynaFormModel();
// add rows, labels and editable controls
// set relationship between label and editable controls
// to support outputLabel with "for" attribute