2 Replies Latest reply on Mar 17, 2008 5:21 PM by keithnaas

    JBoss EL

    marx3

      Hello
      Where can i find syntax of JBoss EL extensions? I've read doc, but it's not enough. For example it lacks list of operators possible to use in EL. I had to create org.jboss.el.parser.ELParser.generateParseException(ELParser.java:2078)
      to see this list.


      Hovewer I have problem with concatenation. I try to execute sth like #{'aa'+'bb'} and it doesn't work.