Up until 3.8. RC2, compile errors in the JSP’s were flagged in the IDE,
but starting from version 3.8.0GA it is for example possible to define a variable twice in a JSP without getting any error markings.
This has the effect that I can no longer trust MyEclipse to catch/flag all errors in my JSP’s. Some errors will only be visible when the pages are compiled.