I am using Trinidad. For radio buttons and drop down I am using valueChangeListener with autoSubmit="true" to update a part of the page. But it displays the validations if any, so I used immediate="true" to bypass the validations. It worked but valueChangeListener doesn't work when I have the drop down inside a loop when I used iterator.
Can anyone explain the behaviour of valueChangeListener with autoSubmit and immediate?