Hi All,
I am using jDev 11.1.1.6.
I have an issue in my current application. I have an editable table with immediate set to true (Immediate is true for the table because I have other fields in the table which are mandatory and I don't want the validation to get fired before the user commits the data).
For one of the input fields (Say InputText1), I have a value change listener in which I programmatically set the value of another column within the current row.
For InputText1, autoSubmit is true. If I change the value and tab out of the field, it works fine.
But if I change the value and instead of tabbing out, I click the input text in the next row. At this point of time, the value change listener is not getting fired and the other column is not updated.
If I set immediate = false for the table, then it is working fine.
Could someone help me with how can I handle the value change listener on a mouse click with immediate = true for the table.
Thanks in advance,
Ankit