how to set the "ExecuteWithParams" parameters values at runtime


OperationBinding meth = bindings.getOperationBinding("ExecuteWithParams");
Map args = meth.getParamsMap();
args.put(“arg1”, arg1Value);…
meth.execute();

the "ExecuteWithParams" is the name of the operation. Change it as sis is in your page bindings

Comments

Popular posts from this blog

Another user has changed the row with primary key oracle.jbo.Key[12 ].

weblogic windows JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: Failed to lock cwallet.sso.lck

Working With File Throgh WebUtill