DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31316>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31316

Tomcat 5 rejects <jsp:include ....></jsp:include>





------- Additional Comments From [EMAIL PROTECTED]  2004-09-20 18:58 -------
I believe this has been raised at least once in the past, and the response was 
that you have to have a new line between the start and end jsp:include tags, 
i.e.
<jsp:include foo bar></jsp:include> is a no-no, but
<jsp:include foo bar>
</jsp:include>
is OK.  Try the latter and let us know.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to