Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created June 5, 2018 17:14
Show Gist options
  • Select an option

  • Save nosrednawall/64e4e46eb93dbbc5fccdc3956e723116 to your computer and use it in GitHub Desktop.

Select an option

Save nosrednawall/64e4e46eb93dbbc5fccdc3956e723116 to your computer and use it in GitHub Desktop.
Carregando mensagem de messages.properties
<f:loadBundle basename="messages" var="msgs" />
<p:outputLabel value="Nome" for="nome" />
<p:inputText id="nome" value="#{seuBean.entidade.nome}"
required="true" requiredMessage="#{msg.nomeBranco}">
<f:ajax event="blur" render="messageNome" />
<p:message for="nome" id="messageNome" />
</p:inputText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment