I have just updated to eclipse kepler (Java EE), but one thing I feel missing is the validation of jsp fragments inside jsp:include
tags.
For example:
<jsp:include page="/jsp/includes/included.jsp"></jsp:include>
If I change the included.jsp it does not issues any warning or error in the problems tab (previously it warned me).
It may be related to some validators I disabled, but I could not find after some research.
Where is the option to control this kind of validation in eclipse?