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

Model: public class Model { public ItemType Type { get; set; } public int
model it's possible? yes|no|javascript? ok. i'll try. Here must be: Header. Fixed size, fixed
Model: public sealed class Model { public string Value { get; set; } }
Model Code: class Task(db.Model): complete = db.BooleanProperty(default=False) HTML Code: <input type=checkbox name=complete value=True />
Model has accepts_nested_attributes_for for the relation and the form is as follows: = semantic_form_for
Model.getSelectionModel().selectRow(0) not work ...
model: validates :name, :presence => true validates :year, :presence => true validates :description, :presence
My model has quite a few boolean fields. I've broken these up into 3
My model User contains only field hashed_password but not password and confirmed_password , which

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.