How to throw a Exception by use of JSTL
843838Apr 21 2006 — edited Apr 22 2006Need to throw a Exception (Like nullPointException which is runtime Exception which can stop the JSP page continue) from a JSP page and catch by the error-page which is defined in web.xml
thank a lot!