In a backing bean:
@Min(3) Integer foo;
If I have form like:
As per a comment on your ticket, it turns out that you could as workaround explicitly specify the type converter.
You could do it as follows
and
or maybe