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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12394

jsp:include does not work with <%= expression %>





------- Additional Comments From [EMAIL PROTECTED]  2002-09-08 16:39 -------
Even the non-expression form of jsp:include is not working reliably:

This is now not working:
<jsp:include page="includes/left.inc" flush="true" ></jsp:include>
it fails to include the file left.inc and from then on no further jsp:include 
statements work.

while the limited directive form does work:
<%@ include file="includes/left.inc" %>

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

Reply via email to