-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have an error page that I inicate with this :

<%@ page errorPage="error.jsp" %>
<%@ page import="java.util.*, Myrdv.*, java.text.*"%>
<%@ include file="head-jsp-dec.jsp" %>
<%@ include file="head-jsp.jsp" %>
<%@ include file="head.jsp" %>
<%
        cRequest theRequest = (cRequest) session.getAttribute("req");
...(other operations)
%>
<@include file="foot.jsp%>

if there is a CORBA exception or other during my operations it seems that 
instead of the browser going to error.jsp it is doing an include inside the 
page (that is copying the code of error.jsp directly inside).

I tried to use out.flush() inside my error page but this is not working, do 
you have any idea ?

Thanks
Raphaël
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89fOsh2ITK4xBkFERArXUAKCO1LoJkKmGLhHdnYnpyv4wt4KKogCeP5vb
I/kPwkgIvGkyPAQ/7mFj7Y4=
=S0Bd
-----END PGP SIGNATURE-----


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

Reply via email to