i am using tomcat 5.x i want to use expression Language so my problem is i am forwarding my request from servlet bo jsp in jsp i am printing EL statement ${4+5} so first time it works properly giving output 9 but if i changed my expression to ${4+6} then it shows same "${4+6} " not 10 so what went wrong
Originally posted by Bear Bibeault: I don't know why the difference, but first thing to check is if you have set up your web app correctly as outlined in the JSP FAQ.