Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Value Change Listener does not fire in few cases

Ankit BhardwajJun 4 2015 — edited Jun 5 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2015
Added on Jun 4 2015
10 comments
3,799 views