facebook

No (correct) JSP-validation in Version 3.1M7

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #229959 Reply

    AKunze
    Member

    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.

    #229966 Reply

    Riyad Kalla
    Member

    I have verified this and am looking into it, thank you.

    #230035 Reply

    skress
    Member

    Me too.

    Same workspace, same configuration: 3.1M6 and corresponding MyEclipseIDE do compile/validate my JSPs, whereas 3.1M7 and corresponding MyEclipseIDE don’t.

    Regards
    Sören

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: No (correct) JSP-validation in Version 3.1M7

You must be logged in to post in the forum log in