[jboss-user] [JBoss Seam] - Re: Seam + Hibernate-Validator validation problem

pete.muir@jboss.org do-not-reply at jboss.com
Tue Oct 30 10:31:36 EDT 2007


The first validation to be run is for required="true" for which you haven't (that I can see from your code snippets) specified an override. You can override the required message using JSF 1.2:

<h:inputText id="firstName" value="#{checkoutCart.bean.firstName}" required="true" requiredMessage="#{message['foo.required']}" />

Maybe icefaces has something similar.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100289#4100289

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100289



More information about the jboss-user mailing list