Questions tagged [selectbooleancheckbox]

JSF tag to create a single checkbox.

The <h:selectBooleanCheckbox> is a JSF UI component which generates a <input type="checkbox"> element which allows you to bind the checked value to a managed bean property of boolean type.

47 questions
-1
votes
1 answer

get boolean value from selected row of datatable

i am trying to select the bit value of sql which is present in the grid when trying to access its just giving error. protected void ProductGrid_SelectedIndex(object sender, EventArgs e) { …
-1
votes
1 answer

when i click on the p:selectBooleanCheckbox, it works but for the second click it doesn't work,why?

I have a "p:selectBooleanCheckbox" in my xhtml page. I have inserted this code selected="true" to make it checked by default. SO when i run the page, and click for the first time it becames "unchecked" , but since then when i click on it it still…
Alif Olfa
  • 1
  • 3
1 2 3
4