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.
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis