I want to set a max value for an IntegerItem. If a user enters a large number, I want to return a validation error.
final IntegerItem qte = new IntegerItem("qte", "Qte");
If a user enters, for example, a number below 5, this is OK, but a large number should return a validation error.