Using JSP I can use implicit object exception when my JSP page is declared with <%@ page isErrorPage="true" %> directive. But how to get this reference programmatically, for example with a servlet ?
Related Questions
- Using JSP I can use implicit object exception when my JSP page is declared with <%@ page isErrorPage="true" %> directive. But how to get this reference programmatically, for example with a servlet ?
- If I put an extrn directive in my code, flat assembler emits the external reference to the object file even if the code doesn reference the symbol, how can I avoid it?
- How can I print D stack trace of an Exception out 2 my JSP page?