My Roo generated web pages, when passed into W3C HTML validation, give the error
The offending line is <div version="2.0">Code:Attribute version not allowed on element div at this point.
The version="2.0" is coming from
Can I kill the version="2.0" without breaking something? Somewhat interested in what version="2.0" is for, google tells me nothing.Code:<div xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:spring="http://www.springframework.org/tags" version="2.0">


Reply With Quote
