rickilama54 / smartgwt

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

LengthRangeValidator: failure of the "max" size validation error message should include the max #365

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am opening this issue as requested by smartgwt.dev in this forum thread:
http://forums.smartclient.com/showthread.php?p=33700

What steps will reproduce the problem?
1. Add a TextItem with a LengthRangeValidator with 1 min and 32 max range 
to a form
2. Enter more than 32 characters in this text item
3. Validate the form

What is the expected output?
Form item with this tooltip error: "Must be less than 33 characters"

What do you see instead?
Form item with this tooltip error: "Must be less than characters"
See attached LengthRangeValidatorMessage.jpg

What version of the product are you using?
smartgwt 1.3
gwt 1.7.0

On what operating system?
Microsoft Windows XP [Version 5.1.2600]

Please provide any additional information below.
None.

Original issue reported on code.google.com by shortpa...@gmail.com on 17 Nov 2009 at 11:57

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 29 Nov 2009 at 7:34