الانتقال إلى المحتوى

Not Null Not Working In Ui Component (programmatically)


mohamed.ali

Recommended Posts

Below is a validator method which belongs to an attribute in a page ,but not working with me

Attribute Type=String

but in case i change the if condition to be like this "if (newValue.length()>0 || newValue!=null ) " it works fine

 

 

 

public void validatorStoreName(FacesContext facesContext, UIComponent uIComponent, Object object) {
     

        FacesContext fc = FacesContext.getCurrentInstance();

 

        String newValue = (String)object;      


        if (newValue.length()==0 || newValue==null ) {


            System.out.println("null 1_____ "+"object= "+object+" newvalue= "+newValue);


            FacesMessage message =new FacesMessage(FacesMessage.SEVERITY_ERROR, "Null Value not allowed",null);


            fc.addMessage(uIComponent.getClientId(fc), message);


            ((RichInputText)uIComponent).setValid(false);
        }
        else {
            System.out.println("object= "+object+" newvalue= "+newValue);
        }
    }

 

 

Thanks in advance

رابط هذا التعليق
شارك

رتبت الشرط كالآتي :

if (newValue==null ||newValue.length()==0 )  مشتغلش

وجربت if (newValue==null) فقط بردو مشتغلش

 

علما بأني مبتدأ في ال ADF والله المستعان

رابط هذا التعليق
شارك

  • بعد 2 أسابيع...

جربت الكود لكن مش شغال

مفيش أي تفاعل خالص مع القيمة ال null

مش بيدخل اصلا على ال if condition + مفيش قيمة بتتطبع في حالة ال null

ممكن يكون في exception محتاج يتهندل

رابط هذا التعليق
شارك

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

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

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   تمت استعادة المحتوى السابق الخاص بك.   مسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

جاري التحميل
×
×
  • أضف...

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

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