Hello,
in Version 3.1 M7 is no JSP validation of java code.
In this simple jsp page are no errors after the validation process:
<%@ page language="java"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html locale="true">
<head>
<html:base />
<title>MyJsp.jsp</title>
</head>
<body>
<%=fdhgrth%><br>
</body>
</html:html>
But
<%=fdhgrth%>
is a obvious error. In version 3.1M6 is the jsp validation correct.
P.S. I use the correct myeclipse version in eclipse 3.1m7.