الانتقال إلى المحتوى
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.

التحكم في Ppr

Featured Replies

بتاريخ:

بسم الله الرحمن الرحيم

عندي cascading list

في الاخر بتعمل تحديث لـ table

بيعرض بيانات

عاوز يحصل check

على ال user privlige (انا معي بياناته من صفحة الlogin)

قبل ما يعرض البيانات في الجدول

علشان حسب priv

يعرض او لأ

بتاريخ:

 

Dear,

 

you have to have your priv data in session scope . and handle back bean method to catch and distribute.

 

your back bean handelation may be in Value Change Listener or better before page load

 

regards.

 

بتاريخ:
  • كاتب الموضوع

تمام

يعني في ال Value Change Listener

بتاعت الlist

اكتب ايه علشلن الtable

قبل ما يحمل بيانات يشوف id

بتاع الuser

ويطبقة بالمتاح

بتاريخ:

 

no,

 

in your case in page load , or better in VO itself,

 

just make bind variable in you table VO (Where clause) using EL Expression to read session scope variable already contains accessed user as default value.

 

and for any user try to access the page, VO executed and Data displayed based on accessed user , even you use normal or navigation list to query, same action happens.

 

i don't have code now to write , anyway u can use google if you don't have correct syntax

 

------

 

to avoid use session scope parameter and make the value passed using Executewithparameters defined in page def

 

regards.

 

بتاريخ:
  • كاتب الموضوع

انا دورت على التحكم في ppr

برمجيا ولاقت الكود ده

حاول اجرب

وشكرا على اهتمامك وسرعة ردك

Partial Trigger programmatically

In actionlister or your bean write below code

AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
adfFacesContext.addPartialTargets();

e.g. say we have two text fields it1 and it2. Set it1 autoSubmit to true and in valuechangelister give below code

AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
System.out.println("entered");
it2.setValue(it1.getValue());
adfFacesContext.addPartialTarget(it2);

بتاريخ:
  • كاتب الموضوع

وده فيديو يوضح ازاي أظبط الخاصية برمجيا

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

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

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

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

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

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.