valueChangeListener is invoked on submit without changing options in selectOneMenu
问题 In my page I have selectonemenu and I have noticed that when I click the pagination of datatable, valueChangeListener method is getting invoked without actually changing values or options in selectonemenu. How is this happening and how could I prevent this from happening as I need to invoke valueChangeListener method only if user changes values in selectonemenu. Thanks and appreciate any help. Regards Here is my code for selectonemenu Update1 <ice:selectOneMenu value="#{list.selectedItem}"