-
May 14th, 2009, 11:30 PM
#1
ValidationUtils rejectIfEmptyOrWhitespace
ValidationUtils.rejectIfEmptyOrWhitespace(
errors,
fieldName,
"error.req.field.missing",
new Object[]{fieldName},
"is a required field");
and in my messageresource file i have
error.req.field.missing="{0}" is a required field.
in the jsp it is printing as
"{0}" is a required field.
what am i suppose to do
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules