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 %>

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-09-09 17:29 -------
You cannot write

<jsp:include page="<%=jspbase%>includes/left.inc" flush="true" ></jsp:include>

because the value for the attribute page is not an expression.  Instead use

<jsp:include page='<%=jspbase + includes/left.inc"%>' flush="true"
></jsp:include>

Also, <jsp:include page="includes/left.inc" flush="true" ></jsp:include> works
perfectly for me.

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

Reply via email to