https://issues.apache.org/bugzilla/show_bug.cgi?id=56634

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
There is an example in article
"Summary of New Features in JSP 2.1 Technology"
on Sun/Oracle site.

Address of an archived copy:
[1]
http://web.archive.org/web/20060314005142/http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/

The official current address is the following:
[2] http://www.oracle.com/technetwork/articles/javaee/jsp-21-136414.html

(I do not recommend [2], as code samples formatting there is broken and is hard
to read.)

The example shows how whitespace is removed between <c:forEach> and ${conf}.

Template text between ${conf} and </c:forEach> is preserved, though there is a
discrepancy that there should have been one additional space between ${conf}
and &lt;br&gt;, and several more spaces before </c:forEach>. I think it is an
editor's glitch.



BTW, a related enhancement request - bug 45931.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to