31 Aug 2010
I've recently done a proof of concept using RabbitMQ, Spring AMQP and Spring Integration. This...
21 Jul 2010
In over ten years of experience building software, there are patterns and nuances that you...
13 Jul 2010
I set out to find an elegant solution to providing growl notifications for a JRuby...
05 May 2010
I've started playing around with Heroku lately and ran into an issue when I created...
30 Apr 2010
I've been meaning to investigate something that came to mind a while back and just...

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" %>


blog comments powered by Disqus