3 Replies Latest reply on Mar 26, 2013 9:49 PM by chanjob

    Cannot create a filterExpression programmatically

    evialxg

      Hello

      My problem is already posted here by other users but the suggested solutions didn't help me much.

      Here is my code sample

         

       

      String filterExpression  = "#{fn:containsIgnoreCase(...)}" ;

      column.setValueExpression("filterExpression",  app.getExpressionFactory().createValueExpression( FacesContext.getCurrentInstance().getELContext(), filterExpression,Boolean.class));

       

       

       

      I certainly don't want to change the STATE_SAVING value . I have included  the latest version of the org.apache.el.lang package in my project (to get the FunctionMapperImpl class ). I work on RichFaces 3.3.3 and my current server is the one embedded in the JDeveloper 11.1 IDE (Weblogic). Any ideas?

       

      Thank you in advance