JSTL Expressions Not Working in Google App Engine Solution
Published: 24 Jun 2009
If your JSTL expressions aren’t working with GAE for Java, try this quick fix. In your page directive, add isELIgnored="false"
. For example:
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>