<j:when test="${h.isMultiline(value)}">
<!-- multiline text area to begin with -->
<f:textarea checkUrl="${attrs.checkUrl}" name='${attrs.name}' value="${value}" field="${attrs.field}"/>
</j:when>
Fixes the case for textarea when text already saved you load it.
When it single input, expandTextArea() js kills it. Also `validated` attribute kills page load because it expects to input to be in td that will be in tr that will have neighbour with trvalidation-area-error that is missing in current jelly. So at all this will work only in f.entry(). Removing table layout screw view because there is button for expand.