Showing posts with label pagedefinition. Show all posts
Showing posts with label pagedefinition. Show all posts

Tuesday, December 2, 2014

Method call activity access bindings

Case
You may need to access a page bindings from a "Method Call" activity before the ADF cycle initiating the page/view for instance set a bound attribute or get iterator,....etc but a NullPointerException occurs because the target page definition doesn't load yet.



Solution
Create page definition for the methodCall  activity and link it's page definition with the  page definition of that page.





java - fill distinct objects in ArrayList

If you have a list that contains some objects that it is considered as duplication when two or three fields of these objects are equal. How ...