dear shabarish,
I suggest you to try the following, in the jsp try the page directive and toggle the value of isELIgnored between true|false,
ex <%@ page isELIgnored="true"%> and
test the page and then again set <%@ page isELIgnored="false"%> and see,if either of that evaluates EL expression then you would be able to find where things have gone wrong,
Hope that helps,
Regards,
Ranil LiyanaArachchi