jsf-spring-integration - mavenizing
(cherry picked from commit eba201c)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
userName.maxLength = 8
|
||||
userName.minLength = 4
|
||||
password.minLength = 8
|
||||
password.maxLength = 12
|
||||
zip.length = 5
|
||||
password.regexp = ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{4,8}$
|
||||
safetext.regexp = ^[a-zA-Z0-9 .-]+$
|
||||
zip.regexp = ^\d{5}
|
||||
security.salt = G0d$3nd
|
||||
birthdate.format = MM dd yyyy
|
||||
@@ -0,0 +1,23 @@
|
||||
message.unmatchedPasswords = The passwords you have entered do not match
|
||||
message.valueRequired = This value is required
|
||||
message.invalidPassword = Your passwords must match and must contain at least one each of upper case letters, lower case letters, and digits.
|
||||
message.invalidDate = The date value supplied is invalid. It should be of the format MM/DD/YYYY
|
||||
message.invalidZip = Your zip code should be a 5 digit numeric value
|
||||
message.conversionError = An invalid value was supplied
|
||||
label.firstName = First Name
|
||||
label.lastName = Last Name
|
||||
label.username = Username
|
||||
label.firstPassword = Password
|
||||
label.confirmPassword = Confirm Password
|
||||
label.saveButton = Save
|
||||
label.cancelButton = Cancel
|
||||
label.returnHomeButton = Return
|
||||
label.dateOfBirth = Date of Birth
|
||||
label.city = City
|
||||
label.street = Street Address
|
||||
label.zip = Zip Code
|
||||
label.postal = Postal Code
|
||||
message.success = Operation Successful
|
||||
message.failure = Operation Failed
|
||||
account.success = Account Successfully created
|
||||
conversion.error = An invalid value was submitted for this field
|
||||
Reference in New Issue
Block a user