validateLongRange not displaying range in message
843844Aug 5 2008 — edited Jun 10 2010I have this applied to my h:inputText
<f:validateLongRange minimum="1" maximum="99"/>
When I enter say a letter 'y' in the field and do a submit I get the following:
value must be an integer number between -2147483648 and 2147483647
Shouldn't the message contain the range 1 and 99