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=12142>. 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=12142 Can not use requset.getContextPath in error page path [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-08-28 22:32 ------- You test case contains two errors: 1) You cannot use a rtexpr in a directive, therefore you cannot use <%=...%> 2) "<%=request.getContextPath()%>/jsp/error.jsp" is not a well-formed rtexpr, which is of the form "<%=...%>". Use '<%=request.getContextPath() + "/jsp/error.jsp" %>'. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>