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!

JDeveloper Javascript Error - Uncaught TypeError: Cannot read property 'getClientId' of null

4012044Sep 18 2019 — edited Sep 19 2019

I am using JDeveloper 12c. I have a "Save" button on the page. When I click on the Save button I am getting a Javascript error "TypeError:  Cannot read property 'getClientId' of null.  When I use devtools in Chrome to inspect the error. I am receiving the error on a javascript file named boot-90btl4.js.

E.IsUserInputPrevented();v&&(!N&&H==AdfActionEvent.ACTION_EVENT_TYPE&&!E.isFullSubmitForced())&&(w=N=!0);s&=N}else AdfLogger.LOGGER.severe("Only submits to a single form are currently supported");if(E=I.getEventRoots(E)){if(null!==D){H=!1;for(index=0;index<E.length;index++)I=E[index].getClientId(),H=H||J==I,D.push(I);H||D.push(J)}}else D=null;this.isUserActivityMonitoringOn()&&(d&&!G)&&(G=(new Date).getTime().toString(),y.setClientStartTime(G),AdfUserActivityInfo.saveToSessionStorageByType(AdfUserActivityInfo.PRIMARY),

Can anyone explain this error to me and make suggestions as to fix it?

Comments
Post Details
Added on Sep 18 2019
5 comments
460 views