Boolean checkbox
843844Nov 10 2008 — edited Nov 10 2008Hi all, i have a little problem in my jsf page by using the checkbox form.
I put them at the start of every row in a table, and i want that when i click one of them the others disappear from the page.
I tried to use the rendered attribute in the h:selectBooleanCheckbox by placing a boolean flag and set it true or false in a method invoked by the onclick attribute, but it doesn't work.
Some help please?
thx in advance.
Michele