jsf 2 - Don't show JSF messages on top of the page -


i'm showing validation messages on jsf page:

  <h:outputlabel value="nome"/>                     <h:inputtext id="idnome" value="#{cadastrarclientemb.clit.nome}" required="true" requiredmessage="digite o nome para continuar!"/>                     <h:message style="color:red; font-size:10px;" for="idnome"/> 

okay, it's working. great me. big problem validation messages showing @ top of page.

how not showing messages @ top?

thanks.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -