JSP Views not rendering objects – Portlet MVC

It appears there is an extra requirement with Liferay portal at least (probably others) but this has caught me out a couple of times so I thought it was worth jotting down to prompt my greymatter when this happens again.

turns out if you want jsp’s to process expression langauge you need to tell them not to ignore it.

<%@ page isELIgnored ="false" %>

Who would have thought it.

Comments