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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:31:33+00:00 2026-05-29T09:31:33+00:00

All – I’m using stripes to do some form input for a problem I’m

  • 0

All –

I’m using stripes to do some form input for a problem I’m working on and I’m stuck on how best to submit a a pair of data using stripes and checkboxes.. for example my page looks like the following:

I have a list of options where users can enable a selection by clicking the box, and also supply some input for that item by entering data into the text field next to it:

<tr>
<td><stripes:checkbox name="item.enable" value="${item.id}"/></td>
<td><stripes:text name="item.value" value="${item.value}"/></td>
</tr>
.....
next item...

When the form is submitted I’d expect my Collection<Item> to be populated yet that’s not the case..

How can I best submit a pair of items using the check box fields.

Thanks in advance.

..Chris

  • 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-29T09:31:34+00:00Added an answer on May 29, 2026 at 9:31 am

    Read the documentation on indexed properties. You need to tell Stripes that you have multiple items, by naming them items[0], items[1], etc.:

    <tr>
      <td><stripes:checkbox name="items[0].enable" value="${item.id}"/></td>
      <td><stripes:text name="items[0].value" value="${item.value}"/></td>
    </tr>
    <tr>
      <td><stripes:checkbox name="items[1].enable" value="${item.id}"/></td>
      <td><stripes:text name="items[1].value" value="${item.value}"/></td>
    </tr>
    

    This supposes that you action bean has a setItems(List<Item> items) method, that the Item class has a public no-arg constructor, and has a setEnable(String itemId) and a setValue(String value) method.

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

Sidebar

Related Questions

All, I'm using wordpress with this and for some reason the eventDrop stopped working.
All, I have some script tags that are not working in Wordpress. If I
All of a sudden my form link looks like this: <form action=/r.ashx/Models.Module_ContactUs?action=Submit&amp;controller=Contact id=contactUsForm method=post>
All I have the following form input element: <input name=payment_amount type=text id=payment_amount value= disabled>
All, I am building a small site using PHP. In the site, I receive
All, I'm using Facebook Connect (JS SDK) to authenticate a user to my site.
All, I have the following class so to check to see if the form
All, I'm working on adding a glossary to an existing site. I'm planning to
All, I'm working on a proof of concept replacement for the windows taskbar. (Mostly
I am currently scraping some data from the internet and converting into xml documents.

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.