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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:15:56+00:00 2026-06-16T00:15:56+00:00

I want to set focus on commandButton field in JSF2(Mojarra) on page load. How

  • 0

I want to set focus on commandButton field in JSF2(Mojarra) on page load. How can I implement this without using Javascript? Could anyone please help me on 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-06-16T00:15:57+00:00Added an answer on June 16, 2026 at 12:15 am

    How can I implement this without using Javascript?

    This is only possible when the browser supports HTML5. You can then use the new HTML5 autofocus attribute so that you ultimately end up with

    <input type="submit" value="Submit" autofocus="true" />
    

    This attribute is not supported by the JSF <h:commandButton> component. Adding arbitrary attributes to JSF components like <h:commandButton autofocus="true"> is also not natively supported by JSF, it would be plain ignored. You’d basically need to create a custom tag/component which supports the new attribute.

    You can also use a custom RenderKit to write unsupported attributes anyway. The JSF utility library OmniFaces has since version 1.3 a Html5RenderKit for exactly this purpose.

    <h:commandButton value="Submit" autofocus="true" />
    

    Again, this works only in browsers supporting HTML5 autofocus attribute.

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

Sidebar

Related Questions

I want to set focus to a particular form field on page load. This
I want to set focus on inputText field in JSF on page load. How
I want to set focus on particular div using jquery or javascript. i have
Am using Django's form for my login page. I want to set focus to
I want to set focus on inputText field in JSF when there is a
When my Silverlight page loads, I want to set focus on a control. Simple
I'm using multiple sheets within my Excel application and want to activate (set focus
I am using WPFDataGrid control and want to set keyboard focus to selected Cell
I am trying to set focus on a hidden text box. I want that
I want to set a text in a specific label on focus of an

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.