Questions tagged [selectmanycheckbox]

JSF tag to create a checkbox group.

The <h:selectManyCheckbox> is a JSF UI component which generates a bunch of HTML <input type="checkbox"> elements which allows you to bind the checked values to a managed bean property of collection or array type.

80 questions
0
votes
1 answer

Collection of selectManyCheckbox inside a ui:repeat knows which element of the repeater it belongs to

I am developing a web app using JSF 2. My web app among other things contains a series of questions put one at a time (so one question is visible at a time) and have multiple answers (I use h:selectManyCheckbox). I store the questions and possible…
CyberGriZzly
  • 379
  • 3
  • 9
  • 22
0
votes
1 answer

More than 1 row with h:selectmanyCheckbox

I have a list of 16 items which should be shown like this 1 2 3 4 5 6 7 8 etc. 4 Items in a row and then it should add another row. My problem is that your only allowed to show the info like 1 2 3 4 5 6 7 8 9 10 etc or 1 2 3 4 etc. My code looks…
0
votes
3 answers

Display 4 checkboxes on one line instead of all checkboxes on one line

I have created web-application using JSF 2.0 where I have checkbox to select as h:selectManyCheckbox. Below is what I have as code
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
-1
votes
1 answer

How to solve the error in selectManycheck from primefaces?

I have a patient record screen of a page in which it has an enum to indicate if its status is urgent, but it is giving error in the selectmanycheckbox of the primefaces when it is saved in the database. Can anyone help? Thank you My…
G. J
  • 1
  • 2
-2
votes
2 answers

How to get label of selected item in managed bean

I need your help in getting the values of a list into two variables. My list is having descriptions and codes. However, I need to place the descriptions in a variable and the codes in a different variable, so how can I achieve this. My Code…
maas maas
  • 19
  • 1
  • 5
1 2 3 4 5
6