getting null using exception.getMessage()
843838Dec 5 2005 — edited Dec 6 2005hi
i am getting null using exception.getMessage() in JSP. I am no able to figure out where i am making mistake. i am giving the code here
<%@ page isErrorPage="true" %>
<html><head></head>
<body bgcolor="99FF99">
Error Message: <%=exception.getMessage() %>
<form action="command.jsp">
<input type=submit value="Go to Main Page"/>
</form>
</body>
</html>
thanx
vijai