Hi,
I'm using MyFaces 1.1.6. I have this ...
<h:inputText id="domeTourNumber_of_Adults"
value="#{domeTour.numAdults}"
required="false"
size="60"
maxlength="60"
styleClass="textFields
numAdultsField">
<f:validator validatorId="TourRequiredIfCheckedValidator" />
<f:validator validatorId="TourTotalPeopleValidator" />
<f:validator validatorId="TourAdultChildRatioValidator" />
</h:inputText>
in which the bean's set and get type is an int. So if I enter a value like
"aaa" into the field, I get a message like
tourType:domeTourNumber_of_Adults: 'aaa' must be a number between
-2147483648 and 2147483647 Example: 9346
I would like to customize this message. Anyone know how I can do that?
Thanks, - Dave
--
View this message in context:
http://old.nabble.com/Any-way-to-customize-this-validate-number-message--tp26612567p26612567.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.