Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
wicket 6.4.0
Description
The setting of error key in RangeValidator#decorate is wrong. Switch condition of case according to key.
Should be:
case MINIMUM : error.addKey("MinimumValidator"); break; case MAXIMUM : error.addKey("MaximumValidator"); break;