> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 11:29 AM > To: [EMAIL PROTECTED] > Subject: Oreilly example question > > > I was looking into refactoring our Exception Handling and > looked at the struts 1.1 Oreilly book. > My question is this. > They talk about extending the ExceptionHandler to provide > more extended functionality. Is this still the proper > approach in Struts 1.2.4?
1.2.4 provides the ability to say on this exception, go here: <global-exceptions> <!-- sample exception handler <exception key="expired.password" type="app.ExpiredPasswordException" path="/changePassword.jsp"/> end sample --> </global-exceptions> as well as a way to specify a handler for the exception. See the DTD for more details: http://struts.apache.org/dtds/ > > -------------------- > Mick Knutson > Wells Fargo Business Direct Information Systems > (415) 222-1020 > > "This message may contain confidential and/or privileged > information. If you are not the addressee or authorized to > receive this for the addressee, you must not use, copy, > disclose, or take any action based on this message or any > information herein. If you have received this message in > error, please advise the sender immediately by reply e-mail > and delete this message. Thank you for your cooperation." > -------------------- > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]