بتاريخ: 23 ديسمبر 201411 سنة comment_257800 ارجو من الاعضاء مساعدتى لحل هذه المشكله عند استخدام ال Transient Attribute واستخدام ال Expression التالى بيشتغل تمام PaymentTypeId == 1 ? 'CASH' : 'CREDIT' ولكن عند عمل Method الاتيه public String getPaymentTypeTranslated(Number Id){ this.getRowSet().first(); Row rw = null; rw = this.getRow(new Key(new Object[]{Id})); return (String)rw.getAttribute("PaymentType"); } ومحاوله استخدامها كلاتى adf.source.getApplicationModule().findViewObject("PaymentTypeView1").getPaymentTypeTranslated(PaymentTypeId) يحدث خطا (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.