oracle adf - call method action programatically in ADF Mobile -
i want call method in binding. want call method programatically.
i have seen below link. error. because working fine in adf.
http://oracleadfhowto.blogspot.in/2012/03/calling-adf-action-binding.html
see code example here: https://blogs.oracle.com/shay/entry/adf_mobile_update_through_web
methodexpression me = adfmfjavautilities.getmethodexpression("#{bindings.updatedepartmentsview1.execute}", object.class, new class[] {}); me.invoke(adfelcontext, new object[] {});
Comments
Post a Comment