Look at the image below:
Notice that the validation message appears at the top, how do I make it appear next to the corresponding fields and no longer appear at the top?
Tried to include a message for inputText?
<h:inputText id="txt" value="#{bean.text}" />
<p:message for="txt" />