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 680147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:20:22+00:00 2026-05-14T01:20:22+00:00

I was trying out a simple JSF application, in which I need to check

  • 0

I was trying out a simple JSF application, in which I need to check if the “name” field is blank, then display an error message.

The code which takes the field’s value is:

<h:outputLabel value="Name"/>
<h:inputText value="#{greeting.name}" required="true">
    <f:validator validatorId="NumValidator"/>
</h:inputText>

The control of the program does not go into the validator class, if the field is submitted without entering anything, and it displays the default error message:

j_id_jsp_869892673_1:j_id_jsp_869892673_4: Validation Error: Value is required.

How do i display a custom message for this ?

  • 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-14T01:20:22+00:00Added an answer on May 14, 2026 at 1:20 am

    The Message.properties file stored the default validation messages. This file is contained in the JAR of the JSF implementation library.

    If you look at the content of this file, regarding the required validation, you will see that:

    javax.faces.component.UIInput.REQUIRED={0}: Validation Error: Value is required.
    

    To define your own error messages, create a new properties file, add the adequate error message, for example:

    javax.faces.component.UIInput.REQUIRED=Hey, you forgot to fill the input {0}!
    

    (note that {0} will be replaced by the ID of the field)

    then, in your faces-config.xml, define a new message-bundle:

    <message-bundle>package.that.contains.the.properties.file</message-bundle>
    

    So for example, if your my-messages.properties is stored in the foo/bar package, you will have to write:

    <application>
      ...
      <message-bundle>foo.bar.my-messages</message-bundle>
    </application>
    

    (note that you will not have to specify the .properties extension)

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

Sidebar

Related Questions

I am trying out a simple Google Chrome extension, in which I need to
I'm trying to figure out the best way to save a simple one-to-many relationship
I'm just starting out writing trying to write a simple program in C and
I'm trying to strip all punctuation out of a string using a simple regular
I'm trying out the following query: SELECT A,B,C FROM table WHERE field LIKE 'query%'
I have been trying with limited success to code a JSF application. In one
I am trying out a simple implementation of a URL shortener such as tinyurl.com
I'm trying out a simple AppleScript I found online: on run argv set rtn
i just started learning swings. And thought of trying out a simple program, but
Hi guys i am trying to figure out a simple regEx from the given

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.