Home > FAQs > Why do I get a javax.el.ELException when using OGNL with JSP2.1?

With JSP2.1 the "#" character is used in the JSP EL. OGNL does use this escape character as well.
To get around this there is the possibility to disable JSP EL in web.xml:

related threads: