Hi, suppose I have a following URL
/pages/MyDispatchAction.do?nextpage=home and class MyDispatchAction has a method public ActionForward home(...) so this request is handled by this method, Suppose there is a request to DispatchAction , for which there is no method to handle it , it crashes, Is there a way to forward all these request to a default page, if there is no method to handle the request??? Has anyone written or done some thing like this to handle this error neatly ===== A$HI$H __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

