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
Post a Comment