-
Junior Member
exception handling in servlet
How to pass the exception object in requestDispatcher
-
Re: exception handling in servlet
question moved to java forum.
-
Expert Member
Re: exception handling in servlet
Exception objects can be passed using the methods
1.ServletContext.getRequestDispatcher(String path)
2.ServletContext.getNamedDispatcher(String name)
3.ServletRequest.getRequestDispatcher(String path)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules