Another problem with MyEclipse 2014 …
Sitemesh version included (v2.4) is buggy and has problems with decorator:head tag, that doesn’t work at all and doesn’t include nothing.
This bug is corrected in versión 2.4.2.
I’ll post this here in case it is of some help to someone.
The maven dependency is:
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
<version>2.4.2</version>
</dependency>