2 Replies Latest reply on Feb 9, 2010 10:13 PM by boy18nj

    Possible way to call EL inside java code ?

    boy18nj

      I have a reqquirement to call this piece of code inside setter method. But I am not sure how to call it or use it.


      #{collatRptCatgryMapList.typeId.setMtr(null)}



      I can this of only below way to call EL.


      public void valueCalled(ValueChangeEvent vce) {
                FacesMessages.instance().add(
           "#{course.name} has been added to the directory.");
           }