Mar 12, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How do I provide an error page that loads if after a certain amount of time my JSP does not work properly?
How do I provide an error page that loads if after a certain amount of time my JSP does not work properly?
Mar 13, 2001 #2 guenter Programmer Joined Jul 14, 2000 Messages 16 Location AT first it would be a good idea to handle all your errors at the beginning of your pages. for some reasons it could be necessary to handle it elsewhere. for this cases you could use from the 'HttpServletResponse' class the 'redirect' functions to load an error page. guenter guenter guenter.porzer@oekb.co.at Upvote 0 Downvote
first it would be a good idea to handle all your errors at the beginning of your pages. for some reasons it could be necessary to handle it elsewhere. for this cases you could use from the 'HttpServletResponse' class the 'redirect' functions to load an error page. guenter guenter guenter.porzer@oekb.co.at