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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Uncaught RangeError: Maximum call stack size exceeded

Scripta14Apr 24 2020 — edited Apr 27 2020

I'm building a simple page with two popup LOV . Each popup has a table and the second is on cascading data from the one. I made a DA on the first popup Lov. This is my configuration:

pastedImage_0.png

pastedImage_1.png

This is the query on the secon popup LOV

pastedImage_2.png

When I run the page, I get the error message from the browser console:

"

Uncaught RangeError: Maximum call stack size exceeded

at String.replace (\<anonymous>)

at se (desktop\_all.min.js?v=20.1.0.00.11:2)

at Function.se.matchesSelector (desktop\_all.min.js?v=20.1.0.00.11:2)

at Function.k.filter (desktop\_all.min.js?v=20.1.0.00.11:2)

at j (desktop\_all.min.js?v=20.1.0.00.11:2)

at k.fn.init.not (desktop\_all.min.js?v=20.1.0.00.11:2)

at d.getValue (desktop\_all.min.js?v=20.1.0.00.11:44)

at d.h \[as getValue\] (desktop\_all.min.js?v=20.1.0.00.11:16)

at d.o \[as isEmpty\] (desktop\_all.min.js?v=20.1.0.00.11:16)

at d.afterModify (desktop\_all.min.js?v=20.1.0.00.11:44)"

I'm using ORACLE ape x version 20.1.

Anyone can help me to set well these items?

Comments
Post Details
Added on Apr 24 2020
19 comments
3,874 views