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

  • Home
  • SEARCH
  • 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 589765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:27:29+00:00 2026-05-13T15:27:29+00:00

I would like to add buttons dynamically from a backing bean to a JSF

  • 0

I would like to add buttons dynamically from a backing bean to a JSF page (supporting Rich Faces as well).

The value of the buttons needs to be determined in run time and returned to the backing bean when the button is pressed. (Hence the title – I am actually trying to be able to do something like “#{beans.run(3)}”, i.e – set a fixed parameter to be used when clicking a button)

So for example, if the user creates a button (on run time) and gives the button a value. This value should be returned to the backing bean to be analysed.

My question – How do I assign a button (the button is a JSF component with a4j:support child) with a value at runtime? (I tried using a4j:actionParam, but couldn’t manage to work it out)

P.S – I’ve overhauled this question to be shorter and more to the point from the original-too-long-question

  • 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-13T15:27:29+00:00Added an answer on May 13, 2026 at 3:27 pm

    There are a number of opions:

    • use JSF 2.0
    • use JBoss EL extension
    • use <f:setPropertyActionListener value="3" target="#{bean.propety>, where propety is later read by the run() method.

      <h:commandButton action="#{bean.run}">
          <f:setPropertyActionListener target="#{bean.property}" 
              value="#{pageVariable}" />
      </h:commandButton>
      <!-- pageVariable contains the number you are passing -->
      
      public class Bean {
         private int property; // with setters and getters
         public void run() {
            // do something with property
         }
      }
      
    • use Facelets functions (here’s an example for such a function) (not applicable in all cases)

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

Sidebar

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.