You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bean validation for numbers with @Min and/or @Max for b:inputText seems to be broken since BF 1.3.0. You can also reproduce this problem in the Showcase.
It seems the validator receives a String instead of a Number causing a java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Number.
The text was updated successfully, but these errors were encountered:
Bean validation for numbers with
@Min
and/or@Max
forb:inputText
seems to be broken since BF 1.3.0. You can also reproduce this problem in the Showcase.It seems the validator receives a String instead of a Number causing a
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Number
.The text was updated successfully, but these errors were encountered: