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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -