About error and exceptions question
In stuts, as my understanding if not wrong, if the form in, say login.jsp is validated and forwarded to intended page, say, member.jsp, it has nothing to do with errors or exceptions that occur in a member.jsp and beyond, then how to handle exceptions for simple application in web.xml, as in struts you will endup something like http://xxx/xx.do

