Expression Language Not Working In JSP – Solution
I was working on a web application, and was trying to access a parameter using EL (Expression Language) in my JSP. ${param.paramName} I googled it, and found out, that it should work with JSP 2.0 without including any tag library (JSTL core). But it was not.. So here are few things you can check… Application … [Read more…]