Location of message display

0

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?

    
asked by anonymous 13.10.2016 / 20:21

1 answer

0

Tried to include a message for inputText?

<h:inputText id="txt" value="#{bean.text}" />
<p:message for="txt" />
    
22.12.2016 / 14:29