Skip to main content

Posts

Showing posts with the label hanging link click

ADF 11.1.2 - hanging screen after validation error

JDev 11.1.2 We have found that if you get a validation error - ie mandatory field error - and then navigate away to another page using a link (goLink) our systems hangs and you cannot click or perform any other action. Solution Add the following javascript to your page :  function clearAllMessages(evt) {    AdfPage.PAGE.clearAllMessages();  } And on all your goLinks add a clientlistener.