Skip to Main Content

APEX

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!

[Bug] recordView widget - Validation message not cleared upon refresh/revert row

Karel EkemaJan 9 2025 — edited Jan 9 2025

@ApexTeam

APEX 24.1.5

I started using recordView widget and found this issue - illustrating it in IG Single Row View in this demo page. It has an IG on top of employees table, where ename is a required column. Upon starting an edit in SRV, and removing the name, getting correctly next validation message:

Now use either refresh or revert (while still in edit mode!):

Result:

While debugging the code, I found that initially the message is removed. But then, deactivateRecord is called in which effectively the error message get's added again.

Above is in the context of IG/SRV; originally I found the issue while using recordView widget external to the IG.

~Karel.

Comments
Post Details
Added on Jan 9 2025
5 comments
305 views