If it was working fine earlier and suddenly stopped working, something must have changed in between.
May be your web.xml instructs the container to ignore EL. (See under <jsp-config><jsp-property-group> element. <el-ignored>true</el-ignored>
.
Make sure your new file is part of the same web-application the old one was part of.