Details on JSP error page include...
I have a scenario as defined below:-
There are two JSPs, A_page.jsp and B_page.jsp.
They have AERROR.jsp and BERROR.jsp defined as error pages for them respectively.
Case1:- If A_page.jsp includes B_page.jsp using include directive.
In case there is an error, which error page will be shown, AERROR.jsp or BERROR.jsp?
Case2:- If A_page.jsp includes B_page.jsp using JSP action.
In case there is an error, which error page will be shown, AERROR.jsp or BERROR.jsp?
Please clarify...
Thanks in advance... ;-)

