Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

validateLongRange not displaying range in message

843844Aug 5 2008 — edited Jun 10 2010
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2010
Added on Aug 5 2008
12 comments
450 views