Tuesday, February 28, 2012

JDev/ADF sample - NullPointerException at ScopeIdAnalyzer - Calling PopUp from Declarative Component

  • NullPointerException at ScopeIdAnalyzer - Calling PopUp from Declarative Component. If you develop advanced ADF declarative components, I'm sure sooner or later you would face requirement to implement custom reusable popup. Ideally we would like to invoke custom reusable popup directly from button declared in the fragment or page. This works well on runtime, but JDeveloper 11g R2 IDE generates internal NullPointerException at ScopeIdAnalyzer - I will show how to workaround it.
    Download - DeclarativePopUpApp.zip

No comments: