Brian’s Stuff

Stuff I don’t want to forget (again!)

Tag archive for ‘jsp’

Getting JSP EL to work on Google App Engine

I am developing an Spring 3.0 based web application that I intend to deploy to Google App Engine. But I’ve been banging my head against a brick wall for a day now trying to figure out why my ${xxx} expressions are not evaluating correctly. The source of the problem seems to be a bug with [...]