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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:22:21+00:00 2026-06-13T21:22:21+00:00

I have a bean validation according to: @Min(value = 0) @Max(value = 1000000) private

  • 0

I have a bean validation according to:

@Min(value = 0)
@Max(value = 1000000)    
private int kilometres;

In my facelet I have:

<p:messages autoUpdate="true" showDetail="true" showSummary="true" />

<p:outputLabel for="kilometres" value="Kilometres" />
<p:inputText id="kilometres" value="#{bean.vehicle.kilometres}">
     <p:ajax event="change" />
</p:inputText>

When i have this it works fine, except that all messages for all field ids will be shown. I would like to specify for each field, like this:

<p:messages for="kilometres" autoUpdate="true" showDetail="true" showSummary="true" />

However, when I add the for=”kilometres” option, then no validation messages is shown. Have I missed something or is it a bug?

Best regards

  • 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-06-13T21:22:22+00:00Added an answer on June 13, 2026 at 9:22 pm

    Use the <p:message/> component to show validation messages for each input component separately:

    <p:outputLabel for="kilometres" value="Kilometres" />
    <p:inputText id="kilometres" value="#{bean.vehicle.kilometres}">
        <p:ajax/>
    </p:inputText>
    <p:message for="kilometres"/>
    

    Showcase: AJAX – Validations

    UPDATE

    In order to show multiple message for a given component (with p:messages) you need to specify the relevant component ID in for="kilometres" and in your backing bean too:

    FacesContext context = FacesContext.getCurrentInstance();
    
    context.addMessage("kilometres", new FacesMessage("Message 1"));
    context.addMessage("kilometres", new FacesMessage("Message 2"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have bean like: <bean id=test> ........... <property name=myQuery value=select a,b,c from table1 where
I have Facelet component and I have backing bean for it. When I include
I have used spring validation in the conventional way like this: @RequestMapping(value=userRegistration, method =
I have specified a custom annotation for use in Java bean-validation. I use the
I want to present validation messages and messages from backing bean in <p:dialog> component.
I have a bean object and want to validate its fields using oval validation
I have some questions about Bean Validation and JSF validation, currently I am using
I am having a problem with some bean validation. Basically I have a form
I'm learning about bean validation. I have created simple form with username and password
I have a bean mongoService which looks like as <?xml version=1.0 encoding=UTF-8?> <beans xmlns=http://www.springframework.org/schema/beans

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.