Posted By:
zzz_zzz
Posted On:
Monday, April 17, 2006 11:05 AM
Hi, i have the following entries in validation.xml and messages.properties. #Entry in validation.xml maxlength 5 #Entry in messages.properties errors.integer={0} must be an integer Validation works well, but the parameters e.g. {0} are replaced by null. Message on JSP: null must be an integer The Validator is able to load the common error message, but it seems like the parameter messages cannot be found. What could be the problem of this?? Thanks in advance
More>>
Hi,
i have the following entries in validation.xml and messages.properties.
#Entry in validation.xml
#Entry in messages.properties
errors.integer={0} must be an integer
Validation works well, but the parameters e.g. {0} are replaced by null.
Message on JSP:
null must be an integer
The Validator is able to load the common error message, but it seems like the parameter messages cannot be found.
What could be the problem of this??
Thanks in advance
<<Less