1 Reply Latest reply on Feb 20, 2004 4:26 AM by amayingenta

    Tomcat 5 and JSP Expression Language (EL)

    mjremijan

      I downloaded the lates 3.x relase of JBoss and I updated to the Tomcat5 iin the examples directory. However, Expression Language support (EL) is not working. So if I have a bean in the PageContext named "person", when I do this...

      ${person.firstName}

      ...in the JSP page I do not get the name, "Michael Remijan" I just get that string like the jsp is not being parsed for EL at all?

      Anyone else run into this? know how to turn EL parsing on?