>Section 8.5 in 2.3 PFD says:
>"Only runtime exceptions and checked exceptions of type ServletException
>and IOException should be propagated ... if thrown by the target of
>RequestDispatcher. All other exceptions should be wrapped ... "
>
>My understanding of this is that NullPointerException should be
>propagated, not wrapped, same for security and any other RuntimeException.
Yes - and the same requirement is in the 2.2 version as well - that exceptions
inheriting from RuntimeException should be popped up to the caller.
- Danny
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]