Tagged Questions
0
votes
1answer
137 views
h:selectManyChexkbox`s <f:ajax event=“click” listener doesn't fire and gives an error
I want to fire an event change listener when the user selects / deselects something in the h:selectManyCheckbox, if it leaves it alone nothing should happen.
My xhtml:
<!DOCTYPE html PUBLIC ...
0
votes
0answers
72 views
JSF2: Dynamic “SelectMany” Tag send no data in IE9 with ajax
First question but have been a fan of the site for a while.
I have a simple setup where I update the contents of a tag from a onchange on a .
Now to the problem:
When the checkbox is clicked no ...