|
Hello,
I placed an error page tag in the web.xml in order
to show a warning when any kind of error occurs.
However, that works fine with Netscape but not with
Internet Explorer. Does anyone have any idea?
The following is the error page tag that I
put.
<error-page>
<error-code>500</error-code>
<exception-type>java.lang.Exception</exception-type>
<location>error_500.jsp</location>
</error-page>
I tried to put the whole URL in the location field,
but it was of no use.
Please anyone...... I really appreciate
all your clues in advance.
Simon
|
- error page Jim
- RE: error page Matt Krevs
- Error page Johan Fredriksson
- RE: Error Page Conrad Chan
- RE: Error Page Randahl Fink Isaksen
- RE: Error Page Gary Shea
- RE: Error Page Randahl Fink Isaksen
- SV: Error Page Rikard Westlund
- Re: Error Page Johan Fredriksson
- Re: Error Page orion
- RE: Error Page orion
- RE: Error Page SureTicket.com
- RE: Error Page Valentijn Scholten
- RE: Error page Randahl Fink Isaksen
