while we are on that topic what about the error page tag ?
<error-page>
<error-code>403</error-code>
<location> </location>
</error-page>
<error-page>
<exception-type>java.sql.SQLException</exception-type>
<location> </location>
</error-page>
does the location need to start with slash ? also one more thing,
can a
SERVLET be a hanlder instead of
JSP. i believe the answer is YES.
but do we need to this for the exam ? - Mannig's book page 102 onwards has this information !