H
Hughes
The following line of JSP code demonstrates different behavior when
running on Sun One and Weblogic 8.x:
code:
request.getRequestDispatcher("Error.jsp").include(request, response);
I have included a screen shot of how the error msg is displayed on
each webserver (see below). On Sun One's webserver, the error msg is
unexpectedly pushed all the way to the top. However, on Weblogic 8.x,
the error msg is displayed exactly where the code is placed (in the
body of the page).
If you have any thoughts on how to correct this behavior, please let
me know. Thank you!
Click to see image: http://www.askthecommish.com/javaranch/
running on Sun One and Weblogic 8.x:
code:
request.getRequestDispatcher("Error.jsp").include(request, response);
I have included a screen shot of how the error msg is displayed on
each webserver (see below). On Sun One's webserver, the error msg is
unexpectedly pushed all the way to the top. However, on Weblogic 8.x,
the error msg is displayed exactly where the code is placed (in the
body of the page).
If you have any thoughts on how to correct this behavior, please let
me know. Thank you!
Click to see image: http://www.askthecommish.com/javaranch/