kao123 / lifeforachild

Automatically exported from code.google.com/p/lifeforachild
0 stars 0 forks source link

Length must be between 1 and 30" error message is displayed #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate to Enter New Child form
2. Enter 30 chars in Initials, First Name and Last name field
3. Enter other mandatory fields.
4.Click Save button

Actual Results----------
" Length must be between 1 and 30" error message is displayed

Expected Results----------
As per the field validation , error message should not be displayed. I  have 
entered only 30 chars which is specified in data field requirements excel 
sheet.If i enter more than 30 chars ideally it should give the error message.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chatlage...@gmail.com on 5 Jun 2011 at 8:58

GoogleCodeExporter commented 8 years ago
Validation is been done on encrypted value which is much longer, hence the 
validation error. Need to do it on the entered value.

Original comment by serenapo...@gmail.com on 13 Jun 2011 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by serenapo...@gmail.com on 13 Jun 2011 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by serenapo...@gmail.com on 18 Jun 2011 at 1:22

GoogleCodeExporter commented 8 years ago

Original comment by serenapo...@gmail.com on 20 Jun 2011 at 11:02