I am using t:messages for displaying error messages, having difficulty in
formatting the messages..hope someone can help.. my code look like this

================

<!-- summary error messages-->
<t:messages id="messageList" styleClass="color: #993333;" showDetail="true"
summaryFormat="{0} "/>

<h:form>
<h:outputLabel value="Email : " for="email" />
<h:inputText required="true" id="email" binding="#{login.loginName}"
tabindex="1"/>
</h:form>

===============

so the message getting displayed in summury section
Validation Error "email": Value is required.
instead of this I want a customized message only in summary section
-- 
View this message in context: 
http://www.nabble.com/t%3Amessages-tf4477714.html#a12767888
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to