Friday, November 23, 2012

Pass Parameters to VO with ExecuteWithParams

ExecuteWithParams from the Operations of the Data Control, accepts the parameters from the bindings or through the backing bean


            OperationBinding op = findOperation("ExecuteWithParams");
            op.getParamsMap().put("BindRefId", currentRefId);
            op.execute();


No comments: