hey ya Pringy
The suggestion you have made is not working right for us because the cell under which the validated message is printed moves up but the rest of the row doesent
we have the following code:
<h:column id="column4">
<f:facet name="header">
<h:outputText styleClass="outputText" value="ЕГН/ЛНЧ"
id="egn"></h:outputText>
</f:facet>
<h:outputText styleClass="outputText"
value="#{commonRepresentorsList.egn}" id="crEgn"></h:outputText>
<f:facet name="footer">
<h:panelGroup
rendered="#{licenseTableRowState.renderedInputRow}">
<h:panelGrid columns="1">
<h:inputText id="representorEgn" styleClass="inputText"
value="#{commonRepresentor.egn}" size="10"
required="true"></h:inputText>
<h:message for="representorName">
</h:message>
</h:panelGrid>
</h:panelGroup>
</f:facet>
</h:column>