On Jul 5, 2013, at 9:33 AM, ma...@apache.org wrote: > +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> > +<jsp:directive.tag body-content="scriptless" /> > +<jsp:text> > + <a href="#" onclick="window.alert("${'foo'}")">foo</a> > + <a href="#" onclick="window.alert("bar")">bar</a> > +</jsp:text> > +<jsp:doBody /> > +</jsp:root>
I believe, strictly, <jsp:text> can't have a sub-element like <a>. Wouldn't the test case still hold if the <jsp:text> was removed? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org