Hi,

Is there currently a way to get Ariadna to recognize the new xml style JSP 1.2 
format(see
Chapter 5 of the JSP1.2 spec)? For example:

<jsp:root 
     xmlns:jsp="http://java.sun.com/JSP/Page";
     xmlns:bean="/struts-bean"
     version="1.2">
  <jsp:directive.page contentType="text/html"/>
  <jsp:directive.include file="myFile.jsp"/>
  <html>
    <body>
      <bean:write name="myBean" property="name"/>
    </body>
  </html>
  <jsp:directive.include file="myFile2.jsp"/>
</jsp:root>

This is a valid JSP page, but 602 shows me red all over the place. Is it just a matter 
of
creating an updated version of the jsp12.dtd in the /config/j2ee directory? 

__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to