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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:23:24+00:00 2026-05-27T18:23:24+00:00

Here’s how I’m doing it. There has to be a better way.. I hope.

  • 0

Here’s how I’m doing it. There has to be a better way.. I hope.

I’m using a jsf datatable to display my data. The first column in each row is a checkbox.

Multiple checkboxes can be selected. When the submit button is hit I’m using javascript/jquery to get all of the checked boxes and get that rows ID which is a string.

In my js I’m concatenating all of the IDs into one string separating them with a comma. Then I set the value of a hidden input on my jsf/jsp page to the concatenated string. In the backing bean I extract all of those IDs from the Strings and create a List of Strings.

I’d like to be able to create the list in my javascript, pass that list of Strings to the backing bean somehow, maybe hidden input still, and avoid the string concat.

I’m using jsf1.2 if that matters.

Thanks for your suggestions. Code examples are appreciated, but not necessary.

  • 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-27T18:23:24+00:00Added an answer on May 27, 2026 at 6:23 pm

    You could let JS fill a <h:inputHidden>.

    <h:form id="form">
        <h:inputHidden id="ids" value="#{bean.ids}" />
        // ...
    

    with

    document.getElementById("form:ids").value = yourCommaSeparatedString;
    

    You could create a Converter which converts a comma separated String to String[] and vice versa so that you can make ids a String[] property. You can find a basic example here: taking multiple values from inputText field separated by commas in JSF.


    Unrelated to the concrete question, that’s a bit hacky. Just use <h:selectBooleanCheckbox> with a Map<Long, Boolean> or something. This way you don’t need to throw in any JS code. See also How to select multiple rows of <h:dataTable> with <h:selectBooleanCheckbox>.

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

Sidebar

Related Questions

Here is a complete example. I want to forbid using A::set from objects casted
That's pretty much it. I'm using Nokogiri to scrape a web page what has
Here my problem: @Assert\Regex( * pattern=/^[A-Za-z0-9][A-Za-z0-9\]*$/, * groups={creation, creation_logged} * ) I'm using the
Here is a app contorller directory from Rails project doing a self study for
Here is my simplified data structure: Object1.h template <class T> class Object1 { private:
Here's what I'm trying to do... It's quite simple and obviously there must be
Here's my situation: I have a Data Template set up which contains a ToggleButton
Here's some CSS and HTML to make a textarea below a list of data
here is my problem. I'm using MVC and in a lot of Index Views
Here are the 2 methods and the first error is complaining that I need

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.