الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Accessing The Application Module Client Interface In Backing Bean

Featured Replies

بتاريخ:

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();

تم تعديل بواسطة hdamis

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.