## the attribute config rows are rendered in separate form. show them only when the attribute connector element is also shown
$r.translate("institution.attribute") | $r.translate("easy.operator") | $r.translate("easy.value") | ## space for add button | ## space for delete button |
---|---|---|---|---|
## attribute $r.render(${c1entry}) | ## operator $r.render(${columnOperator.get($i)}) | #if ($f.isVisible(${columnValueText.get($i)})) ## input field $r.render(${columnValueText.get($i)}) $r.render("${columnValueText.get($i)}_ERROR") #end #if ($f.isVisible(${columnValueSelection.get($i)})) ## selection drop down $r.render(${columnValueSelection.get($i)}) #end | ## add button $r.render(${columnAddRow.get($i)}) | #if ($columnAttribute.size() > 1) ## delete button $r.render(${columnRemoveRow.get($i)}) #end |