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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T18:24:15+00:00 2026-06-04T18:24:15+00:00

I am learning JSF and starting to write a custom component in JSF 1.2.

  • 0

I am learning JSF and starting to write a custom component in JSF 1.2. Can someone please shed light on how JSF ‘required’ attribute works under the hood? I looked at the html generated and it doesnot show anything with required.

I am writing a JSF component with multiple input texts but only some of them will be required ( eg. writing 2 input text Zipcode component where the last input text is ALWAYS optional whereas the first input text is to be controlled by required attribute defined in xhtml.

How do I handle such selective ‘required’ behavior?

  • 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-04T18:24:17+00:00Added an answer on June 4, 2026 at 6:24 pm

    The required attribute of components is stored server side ONLY, the client has no idea of which fields are required by default. When you post a form with empty required fields, JSF will compare the fields to its server side model and do validation from there, rendering error messages for empty required fields. You can witness this in the JSF lifecycle (which is processed server side only). If required fields are empty, the lifecycle will halt at step 3, and skip the model update.

    1. Restore view
    2. Apply request values; process events
    3. Process validations; process events
    4. Update model values; process events
    5. Invoke application; process events
    6. Render response

    Regarding your second question, if the number of input texts is static, you can simply set some of them to required="true", and some to required="#{cc.attrs.required}".

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

Sidebar

Related Questions

I just started learning about JSF. In JSP file we can use <%= request.getAttribute(JsData)%>
I am learning about composite components with JSF 2.0 and i want my component
I am learning JSF and came across this line: <h:messages layout=table></h:messages> in a sample
This is a pretty basic question. I'm learning from a textbook about JSF web
Learning xml, Can anyone help me? I have following XML code: **<book lang=en>name of
im learning jsf enviroment, sry if this is kind of easy case for you
I'm still on the road of learning JSF. I have an IceFaces tree with
Learning jquery, so please be kind :) Using PHP, I have a table with
Learning Ruby. Needed to create a hash of arrays. This works... but I don't
I'm new to JSF and in the process of learning im building an online

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.