Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.3.12
-
None
Description
Maybe it is a better solution instead having bunch of additional params to keep expressions.
@IntRangeFieldValidator(message = "Default message", key = "i18n.key", shortCircuit = true, min = "0", max = "42") @IntRangeFieldValidator(message = "Default message", key = "i18n.key", shortCircuit = true, min = "${minValue}", max = "${maxValue}" parse="true")