JSF 1.2 & Facelets -
I have two similar questions listed below.
1. How can I execute a backing bean method when a user double clicks on a selectManyListbox?
I know we can code like ondblclick="document.getElementById('formid').submit()" but I dont have a submit button in my page. And I am not using AJAX.
2. How can I execute a backing bean method when value changes in h:selectBooleanCheckbox without submitting the form?
Thanks.