بتاريخ: 6 مارس 201213 سنة comment_221520 Salam,I have one VO with 2 binding parameter I just want to access this VO from backing bean, I wirte the code below to access the VO from backing bean but I got only one row as a result at the af:table, I need to show all result . second question how to see the value of result variable in Watches when I do debug. as it gives me null.below the code. BindingContainer bindings = getBindings(); OperationBinding operationBinding = bindings.getOperationBinding("ExecuteWithParams"); DCBindingContainer bc = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry(); DCIteratorBinding iterator = bc.findIteratorBinding("logsView1Iterator"); Row[] rows = iterator.getAllRowsInRange();String val;RowSetIterator rsi = iterator.getViewObject().createRowSetIterator(null);for (int index = 0; index < (rows == null? 0: rows.length); index++) {val = (String)rows[index].getAttribute("Path3");ipAsNumeric(val);Map paramsMap = operationBinding.getParamsMap();paramsMap.put("p_ipstart",l1);paramsMap.put("p_ipend",l1);Object result = operationBinding.execute(); تم تعديل 6 مارس 201213 سنة بواسطة hdamis تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.