Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3336294
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:07:05+00:00 2026-05-18T00:07:05+00:00

model…. @Digits(integer=5, fraction=0, message=The value must be numeric and less than five digits) private

  • 0

model….

@Digits(integer=5, fraction=0, message="The value must be numeric and less than five digits")
private int value;

beans file….

<mvc:annotation-driven />

controller….

@RequestMapping(value = "/admin/save.htm", method = { RequestMethod.POST })
public ModelAndView saveSection(@Valid @ModelAttribute Section section, BindingResult result) {
     if(result.hasErrors())   {
         return new ModelAndView("admin/editSection", "section", section);
     }

How do I restrict “value” to just numerics? If I enter something other than a number, I get this error:

Failed to convert property value of
type java.lang.String to required type
java.lang.Integer for property
value; nested exception is
org.springframework.core.convert.ConversionFailedException:
Unable to convert value “A” from type
java.lang.String to type
java.lang.Integer; nested exception is
java.lang.IllegalArgumentException:
Unable to parse A

I have seen a few posts mention initBinding but I’m not sure how to use it or if it will even help me out. This has to have been solved before. Is there any way to ensure that it is a number before it gets binded?

Or, if someone could post the correct messages.properties entry to override this error, that could work for me too.

I tried @Pattern but that doesn’t work on ints

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:07:06+00:00Added an answer on May 18, 2026 at 12:07 am

    As you mentioned, you need a user-friendly message in messages.properties. You can use one of the following message codes (with different levels of selectivity):

    • typeMismatch.section.value
    • typeMismatch.value
    • typeMismatch.int
    • typeMismatch

    Also, when you don’t know message code, you can simply print the BindingResult – its toString() returns the full description of the binding errors.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my model I have: validate :my_custom_validation def my_custom_validation errors.add_to_base(error message) if condition.exists? end
Model == null ? new SelectList(genders, Value, Text) : new SelectList(genders, Value, Text, Model);
Main model classes are as follows : public class UserAddressesForm { @NotEmpty private String
My model layer is being used by a handful of different projects and I'd
In Model-View-Presenter pattern where should we write validations of user input.
I have a rails model that looks something like this: class Recipe < ActiveRecord::Base
class Tag(models.Model): name = models.CharField(maxlength=100) class Blog(models.Model): name = models.CharField(maxlength=100) tags = models.ManyToManyField(Tag) Simple
My Invoice model has an address_id attribute, and I don't want this address_id to
We have our domain model declared in rusty old hbm files, we wish to
I have a basic model in which i have specified some of the fields

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.